aboutsummaryrefslogtreecommitdiff
path: root/x/Xresources
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2023-02-11 06:54:40 +1300
committerTom Ryder <tom@sanctum.geek.nz>2023-02-11 06:54:40 +1300
commitdcd46425a55792afdd09127eb32a7e72dffcac38 (patch)
treeaaefdbc93283554fdb06c5774a7f0ce75c7eac45 /x/Xresources
parentMerge branch 'release/v12.27.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-dcd46425a55792afdd09127eb32a7e72dffcac38.tar.gz
dotfiles-dcd46425a55792afdd09127eb32a7e72dffcac38.zip
Merge branch 'release/v12.28.0'v12.28.0
* release/v12.28.0: Remove bind-tty-special-chars from inputrc Review alt/8th-bit behavior Revert "Restore internal borders to xterm windows"
Diffstat (limited to 'x/Xresources')
-rw-r--r--x/Xresources10
1 files changed, 10 insertions, 0 deletions
diff --git a/x/Xresources b/x/Xresources
index 8d8dc048..b957cb39 100644
--- a/x/Xresources
+++ b/x/Xresources
@@ -4,6 +4,10 @@ XTerm.termName: xterm-256color
/* Flash my window manager if a BEL is sounded in an xterm */
XTerm.vt100.bellIsUrgent: true
+/* Don't munge 8th bit of characters with Alt, send an Escape prefix instead */
+XTerm.vt100.altIsNotMeta: true
+XTerm.vt100.altSendsEscape: true
+
/**
* Stick all of the non-control ASCII characters into the same xterm selection
* group as the alphanumeric ones added by default, except for space and the
@@ -13,6 +17,12 @@ XTerm.vt100.bellIsUrgent: true
XTerm.vt100.charClass: 33-126:48,60:60,61:48,62:60
/**
+ * Put the terminal text contents flush against the edges of the window,
+ * otherwise things like tmux look awkward.
+ */
+XTerm.vt100.internalBorder: 0
+
+/**
* Set some less harsh colors than the xterm defaults; I think I got these from
* somewhere else and tweaked them, but I can't remember where it was now.
*/