aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-08-19 18:13:35 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-08-19 18:13:35 +1200
commit34d000016f4b896b275bbd822d1f95512e7b9cc8 (patch)
tree83d60c23f6d74dfad9e62bb04e17c73dafaf7394
parentWhoops, use git:// method (diff)
downloaddotfiles-34d000016f4b896b275bbd822d1f95512e7b9cc8.tar.gz
dotfiles-34d000016f4b896b275bbd822d1f95512e7b9cc8.zip
No special Xterm DECCRA stuff, error-prone in VTE
https://sourceforge.net/mailarchive/forum.php?thread_name=20120819055513.GA23741%40yelena.nicm.ath.cx&forum_name=tmux-users
-rw-r--r--tmux/tmux.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 0848c3bc..81e49d33 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -44,6 +44,9 @@ set-window-option -g aggressive-resize on
set-window-option -g automatic-rename off
set-window-option -g mode-keys vi
+# No special xterm stuff, error-prone in VTE
+set -ga terminal-overrides ',*:XT@'
+
# Terminal handling
containing_term=$TERM
if-shell 'test -e ~/.tmux.conf.256 && test `tput colors` -eq 256' \