Re: home/end no longer work?
On Fri, Aug 25, 2006 at 08:47:38PM -0700, Charles Killian wrote:
> > <Home> and <End> keys are no longer working in mutt.
>
> FWIW, I too can report that these keys are not working in my setup either:
> 1. cygwin, rxvt on X server, cvs HEAD, with some patches (I can list
> if useful)
> 2. linux, putty ssh, near cvs HEAD, same patches. (I can test in
> person on Monday)
Worst case scenario, you can do what I did - something like:
# Eterm...
bind index ESC[7~ first-entry
bind index ESC[8~ last-entry
# terminal.app
bind index ESC[H first-entry
bind index ESC[F last-entry
(where ESC[7~ or whatever is the actual control code sent by the app).
w