aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION4
-rw-r--r--readline/inputrc7
-rw-r--r--x/Xresources10
3 files changed, 12 insertions, 9 deletions
diff --git a/VERSION b/VERSION
index 6a816f65..602cf5a8 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v12.27.0
-Fri, 10 Feb 2023 17:05:19 +0000
+tejr dotfiles v12.28.0
+Fri, 10 Feb 2023 17:54:37 +0000
diff --git a/readline/inputrc b/readline/inputrc
index 0da55708..90c53633 100644
--- a/readline/inputrc
+++ b/readline/inputrc
@@ -1,13 +1,6 @@
-# Don't mess with the eighth bit of characters
-set input-meta on
-set output-meta on
-
# Never ring any sort of bell during line reading
set bell-style none
-# Let readline do stuff like word killing, not stty(1)
-set bind-tty-special-chars off
-
# Color files by type in the same way as `ls`
set colored-stats on
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.
*/