]> code.delx.au - dotfiles/blobdiff - .Xresources
Use ^? everywhere for backspace
[dotfiles] / .Xresources
index b41604efb18588810bfba33c66bad9d9a6d0eaf4..818fee1b6700dd583a8bf5f5173969d52ad9a4a4 100644 (file)
@@ -31,17 +31,13 @@ URxvt.shading: -10
 !URxvt.shading: 10
 
 
-! This option sets the TERM environment variable:
-! TERM=rxvt-unicode won't work because systems don't have a terminfo file for
-! TERM=xterm because different systems have inconsistent terminfo files for it
-!            (differing ideas about what xterm sends as backspace)
-! TERM=xterm-color works well with the few key fixes below
-URxvt.termName: xterm-color
+! This option sets the TERM environment variable to xterm
+URxvt.termName: xterm
 
-! Make the keys behave like the xterm-color terminfo says they should
+! Make the keys behave like the xterm terminfo says they should
 URxvt.keysym.Home: \033[1~
 URxvt.keysym.End: \033[4~
-URxvt.backspacekey: ^H
+URxvt.backspacekey: ^?
 URxvt.deletekey: \033[3~
 
 ! Scrollback buffer
@@ -65,8 +61,3 @@ URxvt.boldItalicFont: xft:Luxi Mono:pixelsize=14:autohint:antialias=true
 URxvt.cutchars: `"'&()*,;<=>?@[]{|}:$
 
 
-
-! XTerm - undo Debian specific change to backspace keys
-XTerm.backarrowKeyIsErase: false
-XTerm.ptyInitialErase: false
-