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

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

2009-01-14 Thread Andy Koppe
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 started like that. Why