In a recent note, Ilya Zakharevich said:

> Date: Thu, 28 Sep 2000 22:15:33 -0400
> 
> This patch is the first step in making ESC key to work as it should (I

How "should" the ESC key work?

> see that there is some code to make it work on Win*).  It basically
> "does nothing": macroizes checks for interrupt characters.
> 
I rejoice at seeing any macroizing of character-set sensitive constructs ...

> +#define LYCharINTERRUPT1     3       /* Control-C */
> +#define LYCharINTERRUPT2     7       /* Control-G */

... however this is still ASCII-centric.  May I request, instead:

> +#define LYCharINTERRUPT1 (FROMASCII(3)) /* Control-C */
> +#define LYCharINTERRUPT2 (FROMASCII(7)) /* Control-G */

Thanks,
gil
-- 
StorageTek
INFORMATION made POWERFUL

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]

Reply via email to