From c7271bcedbe6f3b04dc124a846a7b6888104e6d5 Mon Sep 17 00:00:00 2001 From: Jaakko Heinonen Date: Fri, 30 May 2003 16:20:55 +0000 Subject: [PATCH] attempt to make keypad behave better --- ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2