> - if(sel.alt ^ IS_SET(MODE_ALTSCREEN))
> + if(sel.alt != IS_SET(MODE_ALTSCREEN))
This bit logical operation comes from another age when IS_SET
had not a comparision operator. It does not make sense anymore, so
this change is good.
Regards,
--
Roberto E. Vargas Caballero
Received on Fri Apr 25 2014 - 17:35:47 CEST