minor comment clarification
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1643 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
be66a6b078
commit
250267777c
|
@ -62,7 +62,8 @@ char *get_verbatim_kbinput(WINDOW *win, int *kbinput_len,
|
||||||
|
|
||||||
/* Turn the keypad off so that we don't get extended keypad values,
|
/* 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
|
* all of which are outside the ASCII range, and switch to raw mode
|
||||||
* so that we can type ^Q, ^S, and ^Z without getting interrupts. */
|
* so that we can type ^C, ^Q, ^S, ^Z, and ^\ without getting
|
||||||
|
* interrupts. */
|
||||||
keypad(win, FALSE);
|
keypad(win, FALSE);
|
||||||
#ifdef _POSIX_VDISABLE
|
#ifdef _POSIX_VDISABLE
|
||||||
raw();
|
raw();
|
||||||
|
|
Loading…
Reference in New Issue