Re: [Mutt] #3350: inconsistent handling of key bindings/codes
#3350: inconsistent handling of key bindings/codes
-----------------------------+----------------------------------------------
Reporter: trespassing | Owner: mutt-dev
Type: defect | Status: closed
Priority: trivial | Milestone:
Component: user interface | Version:
Resolution: wontfix | Keywords:
-----------------------------+----------------------------------------------
Changes (by me):
* priority: major => trivial
* status: new => closed
* resolution: => wontfix
Comment:
The problem is that the ncurses library doesn't have a keycode for
ctrl+<UP> or ctrl+<DOWN>. Instead you get a multibyte escape sequence.
The following seemed to work in gnome-terminal/screen:
bind index "\e[1;5A" previous-thread # ctrl+UP
bind index "\e[1;5B" next-thread # ctrl+DOWN
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3350#comment:1>
Mutt <http://www.mutt.org/>
The Mutt mail user agent