* usr/share/byobu/profiles/tmux:

- go bold on window activity
This commit is contained in:
Dustin Kirkland 2011-08-11 13:29:29 -05:00
commit ef38bef7e6
2 changed files with 3 additions and 2 deletions

3
debian/changelog vendored
View file

@ -1,6 +1,7 @@
byobu (4.30) unreleased; urgency=low
* UNRELEASED
* usr/share/byobu/profiles/tmux:
- go bold on window activity
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 11 Aug 2011 10:31:31 -0500

View file

@ -56,12 +56,12 @@ set-option -g set-titles-string '#(whoami)@#H - byobu (#S)'
set-option -g pane-active-border-fg magenta
set-option -g pane-border-fg magenta
set-window-option -g window-status-attr bold
set-window-option -g window-status-current-bg white
set-window-option -g window-status-current-fg black
set-window-option -g automatic-rename on
set-window-option -g aggressive-resize on
set-window-option -g monitor-activity on
set-window-option -g window-status-alert-attr bold
#set-window-option -g xterm-keys on
# Must set default-command to $SHELL, in order to not source ~/.profile