# HG changeset patch # User edogawaconan # Date 1395023405 -32400 # Node ID 973b7f21b582f2620fe66a5cc17956834776e5fe # Parent 84ad2517ac901346938ee41d9cb58dce017cd39b Remove bold from tmux status. diff -r 84ad2517ac90 -r 973b7f21b582 rc/tmux-1.3.conf --- a/rc/tmux-1.3.conf Sun Mar 16 00:38:30 2014 +0900 +++ b/rc/tmux-1.3.conf Mon Mar 17 11:30:05 2014 +0900 @@ -16,7 +16,5 @@ set -g set-titles on set -g set-titles-string '[#S] #I:#W #T' -setw -g window-status-attr bold -setw -g window-status-current-attr bold setw -g window-status-current-bg black setw -g window-status-current-fg white diff -r 84ad2517ac90 -r 973b7f21b582 rc/tmux-1.4.conf --- a/rc/tmux-1.4.conf Sun Mar 16 00:38:30 2014 +0900 +++ b/rc/tmux-1.4.conf Mon Mar 17 11:30:05 2014 +0900 @@ -14,7 +14,5 @@ set -g set-titles on set -g set-titles-string '[#S] #I:#W #T' -setw -g window-status-attr bold -setw -g window-status-current-attr bold setw -g window-status-current-bg black setw -g window-status-current-fg white diff -r 84ad2517ac90 -r 973b7f21b582 rc/tmux-1.9.conf --- a/rc/tmux-1.9.conf Sun Mar 16 00:38:30 2014 +0900 +++ b/rc/tmux-1.9.conf Mon Mar 17 11:30:05 2014 +0900 @@ -14,8 +14,6 @@ set -g set-titles on set -g set-titles-string '[#S] #I:#W #T' -setw -g window-status-attr bold -setw -g window-status-current-attr bold setw -g window-status-current-bg black setw -g window-status-current-fg white