Commit 19b9e2be authored by Chris Allegretta's avatar Chris Allegretta
Browse files

Oops, restore keypad() call when using PDCURSES

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@455 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 6 additions and 0 deletions
+6 -0
......@@ -2253,6 +2253,12 @@ int main(int argc, char *argv[])
edit_refresh();
reset_cursor();
#ifdef PDCURSES
/* Oops, I guess we need this again */
keypad(edit, TRUE);
keypad(bottomwin, TRUE);
#endif
while (1) {
#ifndef _POSIX_VDISABLE
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment