Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Authentication-Warning: romulus.sci.usq.edu.au: uucp set sender to using -f Message-ID: <3C4E309E.77E65AD1@usq.edu.au> Date: Wed, 23 Jan 2002 03:40:14 +0000 From: Ron House X-Mailer: Mozilla 3.04 (X11; I; Linux 2.2.16-3 i586) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Can't get BACKTAB to work Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 \ ShiftTab: string(\033]I) \n XTerm.VT100.Translations: #override \ ShiftTab: 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 AT usq DOT edu DOT 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/