This is the mail archive of the cygwin@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]
Other format: [Raw text]

Can't get BACKTAB to work


I have ported a program that uses ncurses from Linux to Cygwin. I had a
problem under Linux and X Windows in that X sent to the program the same
code for TAB and BACKTAB. I fixed it with the following lines in
.Xdefaults:

NXTerm.VT100.Translations:      #override \
        Shift<Key>Tab:  string(\033]I) \n
XTerm.VT100.Translations:       #override \
        Shift<Key>Tab:  string(\033]I) \n

I am now having the exact same trouble with the Cygwin port, but
obviously I can't use the same fix because X isn't there. Any ideas are
much appreciated.

-- 
Ron House     house@usq.edu.au
              http://www.sci.usq.edu.au/staff/house

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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