From 408074c9ca53d8e3a633dcd6f447a6d1e01fe28d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 1 Mar 2012 00:21:25 +1300 Subject: Remove incompatible lines for alert windows. Turns out these don't work on Tmux 1.6 because the names of the options have been changed. I like the new ones better but need to remain operable with 1.5, so given that Tmux doesn't have version blocks for its configuration file, this is probably the best thing. --- tmux/tmux.conf | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tmux') diff --git a/tmux/tmux.conf b/tmux/tmux.conf index c67dd116..54ad7431 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -102,8 +102,3 @@ set-window-option -g mode-bg colour18 # Monitor window activity. set-window-option -g monitor-activity on -# Make windows with activity a slightly brighter shade of grey. -set-window-option -g window-status-alert-attr none -set-window-option -g window-status-alert-fg colour248 -set-window-option -g window-status-alert-bg colour240 - -- cgit v1.2.3