aboutsummaryrefslogtreecommitdiff
path: root/x
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2023-02-11 06:02:46 +1300
committerTom Ryder <tom@sanctum.geek.nz>2023-02-11 06:04:20 +1300
commit9069cef36f00063d1e7943106eb9f012d0c8d8eb (patch)
tree17e442372bdc7e62fd6fa22fde083277ae5bee19 /x
parentRestore internal borders to xterm windows (diff)
downloaddotfiles-9069cef36f00063d1e7943106eb9f012d0c8d8eb.tar.gz
dotfiles-9069cef36f00063d1e7943106eb9f012d0c8d8eb.zip
Simplify xterm selection group configuring
Just slather the alphanumeric group ID (48) over the printable portion of the ASCII characters, excluding space and the angle brackets. Quicker, easier.
Diffstat (limited to 'x')
-rw-r--r--x/Xresources2
1 files changed, 1 insertions, 1 deletions
diff --git a/x/Xresources b/x/Xresources
index bf71d9e2..ae7f8ab1 100644
--- a/x/Xresources
+++ b/x/Xresources
@@ -1,7 +1,7 @@
! XTerm
XTerm.termName: xterm-256color
XTerm.vt100.bellIsUrgent: true
-XTerm.vt100.charClass: 0-32:0,33-59:1,60:2,61:1,62:2,63-9471:1,9472-9599:3,9600-65535:1
+XTerm.vt100.charClass: 33-126:48,60:60,61:48,62:60
XTerm.vt100.background: #030303
XTerm.vt100.foreground: #E0E0E0
XTerm.vt100.color0: #030303