]> git.wh0rd.org Git - nano.git/commitdiff
minor comment clarification
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 31 Jan 2004 16:43:20 +0000 (16:43 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 31 Jan 2004 16:43:20 +0000 (16:43 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1643 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/winio.c

index d2300a271f430b7908f6b96ab6334e140e58a284..e45eb580c00ea7fb910a9afb5fa8bad621f61dbe 100644 (file)
@@ -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,
      * 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);
 #ifdef _POSIX_VDISABLE
     raw();