RE: Another less/rxvt prob: Not interpreting backspace?

2002-11-21 Thread Tackett, Galen
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 something like C:\Cygwin\bin\rxvt.exe -geometry 80x58+0+0 -tn cygwin -backspacekey ^H -e /bin/bash --login

RE: Another less/rxvt prob: Not interpreting backspace?

2002-11-21 Thread Igor Pechtchanski
On Thu, 21 Nov 2002, Tackett, Galen wrote: 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 something like C:\Cygwin\bin\rxvt.exe -geometry 80x58+0+0

RE: Another less/rxvt prob: Not interpreting backspace?

2002-11-20 Thread Sergei Okhapkin
Set env var SHELL to bash before starting rxvt. -Original Message- From: Jason Tiller [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 6:59 PM To: [EMAIL PROTECTED] Subject: Another less/rxvt prob: Not interpreting backspace? Hi, All, :) Thank You! to Sergei and Matthijs

RE: Another less/rxvt prob: Not interpreting backspace?

2002-11-20 Thread Jason Tiller
Yo, Again, Sergei! :) On Wed, 20 Nov 2002, Sergei Okhapkin wrote: Set env var SHELL to bash before starting rxvt. Thanks for taking a stab at this. :) I did as you suggested, but this didn't seem to change less's behavior. Obviously I'm ignorant, so I'm wondering why you thought this might

RE: Another less/rxvt prob: Not interpreting backspace?

2002-11-20 Thread Sergei Okhapkin
To: [EMAIL PROTECTED] Subject: RE: Another less/rxvt prob: Not interpreting backspace? Yo, Again, Sergei! :) On Wed, 20 Nov 2002, Sergei Okhapkin wrote: Set env var SHELL to bash before starting rxvt. Thanks for taking a stab at this. :) I did as you suggested, but this didn't seem to change

RE: Another less/rxvt prob: Not interpreting backspace?

2002-11-20 Thread Jason Tiller
] Subject: RE: Another less/rxvt prob: Not interpreting backspace? Yo, Again, Sergei! :) On Wed, 20 Nov 2002, Sergei Okhapkin wrote: Set env var SHELL to bash before starting rxvt. Thanks for taking a stab at this. :) I did as you suggested, but this didn't seem to change less's behavior