From: David Lawrence Ramsey Date: Tue, 3 Feb 2004 17:36:55 +0000 (+0000) Subject: one last minor comment fix X-Git-Tag: v1.3.2~53 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=1bc9219bebe155205c416db2aff6284811bdbf45;p=nano.git one last minor comment fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1645 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/winio.c b/src/winio.c index e45eb580..9e6167d6 100644 --- 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();