New terminal capability in fhandler_console.cc

Corinna Vinschen cygwin-patches@cygwin.com
Sat Mar 31 02:59:00 GMT 2001


On Sat, Mar 31, 2001 at 11:41:54AM +0200, Corinna Vinschen wrote:
> BTW, I added some keycodes to the cygwin terminal emulation.
> 
> On xterms, the cursor block and the control key block behave
> slightliy different from what was set in fhandler_console.cc.
> 
> The same keycodes are returned without modifier with shift and
> control keys. With Alt, it returns the keycode with another
> ESC prepended. I have added that behaviour to keytable. That
> allows convenient keybindings like (tcsh):
> 
> 	bindkey "^[^[[D"   word-left
			   s/word-left/backward-word
> 	bindkey "^[^[[C"   word-right
			   s/word-right/forward-word

Corinna



More information about the Cygwin-patches mailing list