From 34d000016f4b896b275bbd822d1f95512e7b9cc8 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 19 Aug 2012 18:13:35 +1200 Subject: 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 --- tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tmux') 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' \ -- cgit v1.2.3