]> git.wh0rd.org Git - nano.git/commitdiff
more comment fixes
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 9 Jun 2006 17:22:32 +0000 (17:22 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 9 Jun 2006 17:22:32 +0000 (17:22 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3653 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/nano.c

index 71db28778a61888d18fdba3995ffab63457d432e..dc736fb77ab0e71e0b86708b96e9687f01eafed0 100644 (file)
@@ -1236,9 +1236,9 @@ void terminal_init(void)
     static bool newterm_set = FALSE;
 
     /* Slang curses emulation brain damage, part 2: Slang doesn't
-     * implement some of these curses calls properly, so there's no way
-     * to properly reinitialize the terminal using them.  We have to
-     * save the terminal state on the first call and restore it on
+     * implement nonl(), or noecho() properly, so there's no way to
+     * properly reinitialize the terminal using them.  We have to save
+     * the terminal state after the first call and restore it on
      * subsequent calls. */
     if (!newterm_set) {
        cbreak();