summary refs log tree commit diff stats
path: root/user/xresources
diff options
context:
space:
mode:
authorAlan Pearce2019-11-05 12:36:37 +0100
committerAlan Pearce2019-11-05 12:36:37 +0100
commit774b650897a3ded419fd67505faf5fe31f0c0484 (patch)
treed1dd74d6494772841a990bbad60936fa74a0a621 /user/xresources
parent0850509b98ea91c8d63f219e52be4a7fe2a39987 (diff)
downloadnixfiles-774b650897a3ded419fd67505faf5fe31f0c0484.tar.lz
nixfiles-774b650897a3ded419fd67505faf5fe31f0c0484.tar.zst
nixfiles-774b650897a3ded419fd67505faf5fe31f0c0484.zip
xresources: configure xterm backspace
Diffstat (limited to 'user/xresources')
-rw-r--r--user/xresources/.xresources/main3
1 files changed, 3 insertions, 0 deletions
diff --git a/user/xresources/.xresources/main b/user/xresources/.xresources/main
index b73f1d34..b6375893 100644
--- a/user/xresources/.xresources/main
+++ b/user/xresources/.xresources/main
@@ -37,6 +37,9 @@ URxvt.pointerBlankDelay:  987654321
 URxvt.letterSpace:        0
 URxvt.lineSpace:          2
 
+XTerm.backarrowKeyIsErase: true
+XTerm.ptyInitialErase:     true
+
 ! Local Variables:
 ! compile-command: (concat "xrdb -merge " (shell-quote-argument buffer-file-name))
 ! End: