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 Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-Id: <200308211644.RAA01916@aps5.ph.bham.ac.uk> Date: Thu, 21 Aug 2003 17:42:58 +0100 (BST) From: "Dr.D.J.Picton" Reply-To: "Dr.D.J.Picton" Subject: Re: Map Backspace to ASCII DEL? To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Content-MD5: WDrFopzf3c8wGbWwz6/sBA== > From: Ian Brandt > To: Cygwin > Date: Thu, 21 Aug 2003 09:16:44 -0400 > Subject: Re: Map Backspace to ASCII DEL? > References: <200308211045 DOT LAA11912 AT aps5 DOT ph DOT bham DOT ac DOT uk> >Dr.D.J.Picton wrote: >[snip] > I think that rxvt has the functionality which you require. For example: > > rxvt -backspacekey ^? -deletekey ^h [snip] > rxvt is purely an X application though, no? I'm trying to get this going under > the Cygwin > console. For X I could use xmodmap which would change the binding before > it got to rxvt, xterm, emacs, etc. Actually, rxvt has a native Windows mode (which will run if DISPLAY is unset), although it probably requires some of the X11R6 .dll files to run. So you could try using rxvt in place of a standard console by changing cygwin.bat to do: rxvt -backspacekey ^? -deletekey ^h -e bash --login & The only problem I noticed was the small font (which you can change by pressing the '+' key on the keypad in conjunction with the shift key) and the fact that the DISPLAY variable is set (which could be fixed with an /etc/profile hack.) hack). -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/