commit 1bc9219bebe155205c416db2aff6284811bdbf45
parent 00c205478071410c0ac84ba48ee6d81bf21c1eb4
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Tue, 3 Feb 2004 17:36:55 +0000
one last minor comment fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1645 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/winio.c b/src/winio.c
@@ -62,8 +62,8 @@ char *get_verbatim_kbinput(WINDOW *win, int *kbinput_len,
/* Turn the keypad off so that we don't get extended keypad values,
* all of which are outside the ASCII range, and switch to raw mode
- * so that we can type ^C, ^Q, ^S, ^Z, and ^\ without getting
- * interrupts. */
+ * so that we can type ^C, ^Q, ^S, ^Z, and ^\ (and ^Y on the Hurd)
+ * without getting interrupts. */
keypad(win, FALSE);
#ifdef _POSIX_VDISABLE
raw();