From b0a2a955730ae23bbb36498626898a3af6f76cd1 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Wed, 5 Nov 2014 03:02:58 +0800 Subject: [PATCH] Add tmux hack (screen-256color) back. --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index ed5627b..28e6d8c 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -7,6 +7,7 @@ set-option -g status-bg colour27 set-option -g status-fg white set-option -g window-status-current-bg colour28 # +set -g default-terminal "screen-256color" set -g status-interval 1 set -g status-right-length 50 set -g status-right '#(hostname) #[bg=colour21,fg=colour27]#[fg=white] %Y-%m-%d %H:%M:%S'