comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2940 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-07-26 05:20:02 +00:00
parent f9782e0437
commit d4defccded
1 changed files with 1 additions and 1 deletions

View 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);
}