]> git.deb.at Git - pkg/abook.git/commitdiff
keypad fix was bogus
authorJaakko Heinonen <jheinonen@users.sourceforge.net>
Fri, 30 May 2003 16:24:20 +0000 (16:24 +0000)
committerJaakko Heinonen <jheinonen@users.sourceforge.net>
Fri, 30 May 2003 16:24:20 +0000 (16:24 +0000)
BUGS
ui.c

diff --git a/BUGS b/BUGS
index a88db080b04fc932faf324704911e7942249da1e..626f34596c960d1773bf5cb819c65a914c94d3e8 100644 (file)
--- 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?
 * 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
     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 37d7a31870b1959b400376fe9a0b233382980e9c..4d4150e1006e5c9883121494af99cf3784ca115f 100644 (file)
--- a/ui.c
+++ b/ui.c
@@ -135,7 +135,7 @@ ui_init_curses()
        noecho();
        nonl();
        intrflush(stdscr, FALSE);
        noecho();
        nonl();
        intrflush(stdscr, FALSE);
-       /*keypad(stdscr, TRUE);*/
+       keypad(stdscr, TRUE);
 }
 
 int
 }
 
 int