mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-22 04:41:21 +03:00
Oops, restore keypad() call when using PDCURSES
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@455 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
3f583165c4
commit
19b9e2be94
6
nano.c
6
nano.c
@ -2253,6 +2253,12 @@ int main(int argc, char *argv[])
|
|||||||
edit_refresh();
|
edit_refresh();
|
||||||
reset_cursor();
|
reset_cursor();
|
||||||
|
|
||||||
|
#ifdef PDCURSES
|
||||||
|
/* Oops, I guess we need this again */
|
||||||
|
keypad(edit, TRUE);
|
||||||
|
keypad(bottomwin, TRUE);
|
||||||
|
#endif
|
||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
|
|
||||||
#ifndef _POSIX_VDISABLE
|
#ifndef _POSIX_VDISABLE
|
||||||
|
Loading…
Reference in New Issue
Block a user