From 57fbb59a108a5f7e8163cb50f2f72b284dfeedbb Mon Sep 17 00:00:00 2001 From: Jaakko Heinonen Date: Fri, 30 May 2003 16:24:20 +0000 Subject: [PATCH] keypad fix was bogus --- BUGS | 4 ++-- ui.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2