aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2023-03-14 14:50:04 +1300
committerTom Ryder <tom@sanctum.geek.nz>2023-03-14 14:50:04 +1300
commit96818e5cabd8ed76bf000edb14e85bee390db581 (patch)
tree9e7eedbda018263fb59b6f724594da51241a957a
parentAdd xterm bindings for copy/paste to CLIPBOARD (diff)
downloaddotfiles-96818e5cabd8ed76bf000edb14e85bee390db581.tar.gz
dotfiles-96818e5cabd8ed76bf000edb14e85bee390db581.zip
Rephrase charClass for xterm more cleanly
Shouldn't really rely on the overlap the previous way did.
-rw-r--r--x/Xresources5
1 files changed, 3 insertions, 2 deletions
diff --git a/x/Xresources b/x/Xresources
index ca4210f2..798cc9d2 100644
--- a/x/Xresources
+++ b/x/Xresources
@@ -15,10 +15,11 @@ XTerm.vt100.bellIsUrgent: true
* able to click URLs quickly outweighs anything else.
*/
XTerm.vt100.charClass: \
- 33-126:48, \
+ 33-59:48, \
60:60, \
61:48, \
- 62:60
+ 62:60, \
+ 63-126:48
/**
* Put the terminal text contents flush against the edges of the window,