]> git.wh0rd.org Git - nano.git/commitdiff
comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 26 Jul 2005 05:20:02 +0000 (05:20 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 26 Jul 2005 05:20:02 +0000 (05:20 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2940 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/nano.c

index d0b532f7c2ca2f9e9ee639d706920cb2beb89b6a..60cb2edb234bea048558140f54769f042e181543 100644 (file)
@@ -648,7 +648,7 @@ void window_init(void)
     bottomwin = newwin(3 - no_help(), COLS, editwinrows + (2 -
        no_more_space()), 0);
 
-    /* Turn the keypad back on. */
+    /* Turn the keypad on for the windows that get input. */
     keypad(edit, TRUE);
     keypad(bottomwin, TRUE);
 }