> Does anybody know what I should do to get my beloved backspace back again
> (yes, I want backspace to delete the char left to the curser, as it does
> in the VC's).

Make sure the following is present in your /etc/X11/Xresources:

*Text.translations: #override ~Shift ~Meta <Key>Delete: delete-next-character()
XTerm*termName: xterm-debian
*VT100*backarrowKey: false
*VT100.Translations: #override <Key>BackSpace: string("\177")\n\
                               <Key>Delete: string("\033[3~")\n\
                               <Key>Home: string("\033OH")\n\
                               <Key>End: string("\033OF")

I don't like introducing xterm-debian terminfo entry myself and just renamed
it to xterm.

Alex Y.
-- 
   _ 
 _( )_
(     (o___           +-------------------------------------------+
 |      _ 7           |            Alexander Yukhimets            |
  \    (")            |       http://pages.nyu.edu/~aqy6633/      |
  /     \ \           +-------------------------------------------+

Reply via email to