comparison rc/tmux @ 330:d4c74e246ccb

tmux 1.1 compatibility.
author Edho Arief <edho@myconan.net>
date Mon, 19 Mar 2012 04:36:45 +0700
parents 640836861a75
children
comparison
equal deleted inserted replaced
329:ea82caf6c059 330:d4c74e246ccb
11 set -g status-right '#H | %b-%d %H:%M ' 11 set -g status-right '#H | %b-%d %H:%M '
12 12
13 set -g status-utf8 on 13 set -g status-utf8 on
14 setw -g utf8 on 14 setw -g utf8 on
15 15
16 #set -g pane-border-bg black 16 #set -g pane-active-border-fg blue
17 #set -g pane-border-fg white
18 #set -g pane-active-border-bg black
19 set -g pane-active-border-fg blue
20 17
21 set -g set-titles on 18 set -g set-titles on
22 set -g set-titles-string '[#S] #I:#W #T' 19 set -g set-titles-string '[#S] #I:#W #T'
23 20
24 setw -g window-status-attr bold 21 setw -g window-status-attr bold
25 setw -g window-status-current-attr bold 22 setw -g window-status-current-attr bold
26 setw -g window-status-current-bg red 23 setw -g window-status-current-bg red
27 setw -g window-status-current-fg white 24 setw -g window-status-current-fg white
28 setw -g window-status-current-format '#I:#W' 25 #setw -g window-status-current-format '#I:#W'
29