On Thu, Sep 13, 2001 at 18:50:41 -0400, Thomas Dickey wrote:
> On Fri, Sep 14, 2001 at 12:01:22AM +0200, Vincent Lefevre wrote:
[snip]
> > I use Mutt 1.3.22.1i under Linux 2.2.17 with ncurses 4.0.
> 
> ncurses 4.0 is a bit old (unless you're using one of Redhat's broken-rpm's -
> I'm assuming that's the case if you have a 2.2x kernel).

I've installed ncurses 5.2 and recompiled mutt to use that, but this
didn't solve the problem: the arrow and numeric keypad keys don't work
(the keys are not bound).

If I replace the lines

  keypad (stdscr, TRUE);

by

  keypad (stdscr, FALSE);

this solves the problem. Could this be fixed?

-- 
Vincent Lefèvre <[EMAIL PROTECTED]> - Web: <http://www.vinc17.org/> - 100%
validated HTML - Acorn Risc PC, Yellow Pig 17, Championnat International des
Jeux Mathématiques et Logiques, TETRHEX, etc.
Work: CR INRIA - computer arithmetic / SPACES project at LORIA

Reply via email to