[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev Minor patch [2-8-4] for interrupting lynx
From: |
pg |
Subject: |
Re: lynx-dev Minor patch [2-8-4] for interrupting lynx |
Date: |
Thu, 28 Sep 2000 22:28:19 -0600 (MDT) |
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 address@hidden