mirror of git://git.sv.gnu.org/nano.git
comment fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2940 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
f9782e0437
commit
d4defccded
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue