all repos — nixfiles @ 774b650897a3ded419fd67505faf5fe31f0c0484

System and user configuration, managed by nix and home-manager

xresources: configure xterm backspace

Alan Pearce
commit

774b650897a3ded419fd67505faf5fe31f0c0484

parent

0850509b98ea91c8d63f219e52be4a7fe2a39987

1 file changed, 3 insertions(+), 0 deletions(-)

jump to
M user/xresources/.xresources/mainuser/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: