This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: New terminal capability in fhandler_console.cc


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]