From 094bc317ad7d7907a5c87477530db4d24bf1c534 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Mon, 27 Jun 2011 11:46:26 +0100 Subject: [PATCH] Append rather than replace terminal-overrides. --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index abc7286..e834f09 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -116,7 +116,7 @@ bind -t vi-copy y copy-selection ################################################################################ set -g default-terminal 'screen-256color' # PuTTY needs help to set bold colours. -set -g terminal-overrides 'putty-256color:C8' +set -a -g terminal-overrides ',putty-256color:C8' ################################################################################ # Window and pane settings. -- 2.7.4