> Jeremy Hinegardner wrote: > > > > I have a problem with xterm/rxvt/Eterm. All of them when hitting the > > backspace key just beep at me. On xvt the backspace works properly. What > > needs to be set to make the backspace work properly for xterm,rxvt and > > Eterm? > > > > Thanks, > > > > Jeremy > > > > > FWIW, have you tried '*VT100*backarrowKey: false' in your Xresources > file? If you have the newer (2.0) version of this file, there is a > section at the top that talks about the backspace key. This probably > only applies to xterm. > > > -- > Ed C. >
This weekend I figured out how to fix it. I had to add the line: keycode 22 = BackSpace to my Xmodmap file. When I did a xmodmap -pke to find out if BackSpace was even defined, It wasn't. So I added it and all is good. I have Debian 2.0 (fresh off the CD). And I did see the Xresources information. I tried it out but it didn't seem to do anything. The Xmodmap seemed to fix everything. -jeremy

