Re: keycodes

2009-01-15 Thread Andrew DeFaria
Matt Wozniski wrote: On Thu, Jan 15, 2009 at 1:05 AM, Andrew DeFaria wrote: Andy Koppe wrote: Andrew DeFaria wrote: > "\e[1;5A": history-search-backward > "\e[1;5B": history-search-forward Perhaps I don't understand this 'bash' feature, but it doesn't seem to work for me.

Re: keycodes

2009-01-15 Thread Matt Wozniski
On Thu, Jan 15, 2009 at 1:05 AM, Andrew DeFaria wrote: > Andy Koppe wrote: >> Andrew DeFaria wrote: > > "\e[1;5A": history-search-backward > > "\e[1;5B": history-search-forward > > Perhaps I don't understand this 'bash' feature, but it doesn't seem to > work for me.

Re: keycodes (was: Re: First Pass at mintty documentation; etc.)

2009-01-15 Thread Matt Wozniski
On Thu, Jan 15, 2009 at 12:24 AM, Andy Koppe wrote: > Speaking of history, does anyone know why xterm and rxvt diverged so much on > modifier keycodes and why the xterm codes ended up being six characters > long? Because rxvt failed to adhere to the relevant standards[1]. [1] http://www.ecma-inte

Re: keycodes

2009-01-14 Thread Andrew DeFaria
Andy Koppe wrote: Andrew DeFaria wrote: > "\e[1;5A": history-search-backward > "\e[1;5B": history-search-forward Perhaps I don't understand this 'bash' feature, but it doesn't seem to work for me. Start typing a command, press Ctrl-Up, and it finds the previous line in the history that star