]> git.deb.at Git - pkg/abook.git/commitdiff
attempt to make keypad behave better
authorJaakko Heinonen <jheinonen@users.sourceforge.net>
Fri, 30 May 2003 16:20:55 +0000 (16:20 +0000)
committerJaakko Heinonen <jheinonen@users.sourceforge.net>
Fri, 30 May 2003 16:20:55 +0000 (16:20 +0000)
ui.c

diff --git a/ui.c b/ui.c
index 4d4150e1006e5c9883121494af99cf3784ca115f..37d7a31870b1959b400376fe9a0b233382980e9c 100644 (file)
--- 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