aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION4
-rw-r--r--mutt/muttrc3
-rw-r--r--x/Xresources.d/XTerm1
3 files changed, 5 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index 3c9ea95d..2574151a 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v12.24.0
-Mon, 16 Jan 2023 00:06:13 +0000
+tejr dotfiles v12.25.0
+Mon, 30 Jan 2023 16:24:14 +0000
diff --git a/mutt/muttrc b/mutt/muttrc
index 2a3dca8b..aba87363 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -23,7 +23,8 @@ set alias_file \
source $alias_file
# Don't send terminal bells on errors, but do send them when new mail arrives,
-# because that should light up my tmux window label and/or urxvt window.
+# because that should light up either my terminal emulator window or my tmux
+# window label.
#
unset beep
set beep_new
diff --git a/x/Xresources.d/XTerm b/x/Xresources.d/XTerm
index 706abd87..8a270751 100644
--- a/x/Xresources.d/XTerm
+++ b/x/Xresources.d/XTerm
@@ -1,6 +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-65535:1
XTerm.vt100.internalBorder: 0
XTerm.vt100.eightBitInput: false
XTerm.vt100.metaSendsEscape: true