From 779a863f5db7a0470d81f0fb68b07cb0e5ddc44c Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 7 Sep 2015 09:24:13 +0300 Subject: [PATCH] Revert "tmux.conf: use tmux-256color" This reverts commit 74d57e0b0fc9be1c71804ae28811f008d2e87060. * * * * * Apparently my tests were flawed as seen after reboot and there is no terminfo for tmux-256color even in Arch stable repos yet. --- conf/tmux.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/conf/tmux.conf b/conf/tmux.conf index 3435ac8a..a149e006 100644 --- a/conf/tmux.conf +++ b/conf/tmux.conf @@ -27,7 +27,4 @@ set -g base-index 1 bind-key 0 select-window -t :10 # Enables additional colours -# tmux-256color is in 2.1 and is required for italics. This seems to be -# ignored on older versions as my $TERM reported as screen-256color in my -# tests. -set -g default-terminal "tmux-256color" +set -g default-terminal "screen-256color"