aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2023-03-11 20:26:53 +1300
committerTom Ryder <tom@sanctum.geek.nz>2023-03-11 20:26:53 +1300
commitffdbf7e4c5a412f3149c60ae34b4f0623fde9e94 (patch)
treef640e9006db0fb7d198d8961828988d663a01bc1
parentMerge branch 'release/v12.29.0' into develop (diff)
downloaddotfiles-ffdbf7e4c5a412f3149c60ae34b4f0623fde9e94.tar.gz
dotfiles-ffdbf7e4c5a412f3149c60ae34b4f0623fde9e94.zip
Break up Xterm charClass linewise for legibility
-rw-r--r--x/Xresources6
1 files changed, 5 insertions, 1 deletions
diff --git a/x/Xresources b/x/Xresources
index ed85bdcc..0fcf4798 100644
--- a/x/Xresources
+++ b/x/Xresources
@@ -14,7 +14,11 @@ XTerm.vt100.bellIsUrgent: true
* left and right angle brackets (less-than and greater-than), because being
* able to click URLs quickly outweighs anything else.
*/
-XTerm.vt100.charClass: 33-126:48,60:60,61:48,62:60
+XTerm.vt100.charClass: \
+ 33-126:48, \
+ 60:60, \
+ 61:48, \
+ 62:60
/**
* Put the terminal text contents flush against the edges of the window,