one last minor comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1645 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2004-02-03 17:36:55 +00:00
parent 00c2054780
commit 1bc9219beb
1 changed files with 2 additions and 2 deletions

View File

@ -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();