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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: XWin-Test86: (New Window's title Code Is great)


On Fri, 23 May 2003, Bovy, Stephen J wrote:

> [snip]
> I have been trying to figure out how to configure bash,
> so that the "insert" key will toggle "overwrite-mode"
>
> I cant figure out how to get it working....
>
> I just get a "~" and a beep when I press the "insert" key

Different terminal programs generate different character sequences for the
same keys.  To see which one yours generates, try pressing Ctrl-V followed
by the special key.  The initial ^[ (Esc) will be quoted, so that you will
see the whole key sequence.  For example, I'm getting Ins = "^[[2~" in
xterm, so I'd use "\e[2~" in my .inputrc.  YMMV.
	Igor

> Here is what my ".inputrc" looks like:
>
> set convert-meta off
> set meta-flag on
> set output-meta on
> DEL: delete-char
> "\xf63": overwrite-mode
>
> Is there a special xterm recourse I have to set to get this to work ????
> Do I have to change my xmodmap ?????
> Boy all this stough is so complicated, I wish it wasn't so hard....

-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton


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