From faece14dbddfe6a9adf747f7674e17ed94a746a1 Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Mon, 5 Mar 2018 21:17:24 +0100 Subject: [PATCH] improved 24b colours override --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index a9248e4..be82f1a 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -600,7 +600,7 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration' # screen-*|tmux-*) # ;; # *) -# tmux set-option -ga terminal-overrides ",$TERM:Tc" +# tmux set-option -ga terminal-overrides ",*256col*:Tc" # ;; # esac # fi