From: Jaakko Heinonen Date: Fri, 30 May 2003 16:24:20 +0000 (+0000) Subject: keypad fix was bogus X-Git-Tag: upstream/0.6.1~2^2~254 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=57fbb59a108a5f7e8163cb50f2f72b284dfeedbb;hp=c7271bcedbe6f3b04dc124a846a7b6888104e6d5;p=pkg%2Fabook.git keypad fix was bogus --- diff --git a/BUGS b/BUGS index a88db08..626f345 100644 --- a/BUGS +++ b/BUGS @@ -5,8 +5,8 @@ known bugs in abook * incompatible with some terminals - there seems to be some problems with some gnome-terminal versions - gnome-terminal bug? -* some keys may cause to readline to crash - this is a readline (4.3) problem - - there is a patch available to fix this problem: +* some keys may cause readline to crash - this is a readline (4.3) problem + - there is a fix available: ftp://ftp.gnu.org/gnu/readline/readline-4.3-patches/readline43-001 * mutt / elm / pine export filters allow to create a file with duplicate diff --git a/ui.c b/ui.c index 37d7a31..4d4150e 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