Commit 1bc9219b authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

one last minor comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1645 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
...@@ -62,8 +62,8 @@ char *get_verbatim_kbinput(WINDOW *win, int *kbinput_len, ...@@ -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, /* 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 ^C, ^Q, ^S, ^Z, and ^\ without getting * so that we can type ^C, ^Q, ^S, ^Z, and ^\ (and ^Y on the Hurd)
* interrupts. */ * without getting interrupts. */
keypad(win, FALSE); keypad(win, FALSE);
#ifdef _POSIX_VDISABLE #ifdef _POSIX_VDISABLE
raw(); raw();
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment