]> git.wh0rd.org Git - nano.git/commitdiff
comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 18 Dec 2007 16:51:48 +0000 (16:51 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 18 Dec 2007 16:51:48 +0000 (16:51 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_2_0_branch/nano@4207 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/nano.c

index 24883f71e08fc1a8fa429ef4a6ec7370fc310420..3845322e6ad58caf6b7f2849a5c7d89c910203e8 100644 (file)
@@ -1318,9 +1318,9 @@ void terminal_init(void)
     /* Slang curses emulation brain damage, part 2: Slang doesn't
      * implement raw(), nonl(), or noecho() properly, so there's no way
      * to properly reinitialize the terminal using them.  We have to
-     * disable the special control keys using termios, save the terminal
-     * state after the first call, and restore it on subsequent
-     * calls. */
+     * disable the special control keys and interpretation of the flow
+     * control characters using termios, save the terminal state after
+     * the first call, and restore it on subsequent calls. */
     static struct termios newterm;
     static bool newterm_set = FALSE;