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: From: "Tackett, Galen" To: "'cygwin AT cygwin DOT com'" Subject: RE: Another less/rxvt prob: Not interpreting ? Date: Thu, 21 Nov 2002 08:34:51 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" > If you are not totally happy about the 'stty erase blah' approach to solving > your problem, you could try adding the switch '-backspacekey ^H' to your > rxvt command line, so that it reads > C:\Cygwin\bin\rxvt.exe -geometry 80x58+0+0 -tn cygwin -backspacekey ^H -e /bin/bash --login -i I hope this won't be just reiterating something everyone already knew, but-- If you'd like to shorten up that command line you can also put the following in ~/.Xdefaults: *backspacekey: ^H (The asterisk is required.) Here's an excerpt from the rxvt manpage: --begin excerpt-- backspacekey: string The string to send when the backspace key is pressed. If set to DEC or unset it will send Delete (code 127) or, if shifted, Backspace (code 8) - which can be reversed with the appropriate DEC private mode escape sequence. --end excerpt-- For fuller documentation of rxvt (including many more resource settings) take a look at: http://www-ucjf.troja.mff.cuni.cz/cgi-bin/dwww?type=man&location=/usr/share/ man/man1/rxvt.1.gz -- 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/