From: Jaakko Heinonen Date: Fri, 30 May 2003 16:20:55 +0000 (+0000) Subject: attempt to make keypad behave better X-Git-Tag: upstream/0.6.1~2^2~255 X-Git-Url: https://git.deb.at/w?a=commitdiff_plain;h=c7271bcedbe6f3b04dc124a846a7b6888104e6d5;p=pkg%2Fabook.git attempt to make keypad behave better --- diff --git a/ui.c b/ui.c index 4d4150e..37d7a31 100644 --- a/ui.c +++ b/ui.c @@ -135,7 +135,7 @@ ui_init_curses() noecho(); nonl(); intrflush(stdscr, FALSE); - keypad(stdscr, TRUE); + /*keypad(stdscr, TRUE);*/ } int