* usr/share/byobu/profiles/tmux: LP: #1012348

- fix status activity/alert bolding
  - seems upstream tmux changed the option name from "alert" to "activity"
This commit is contained in:
Dustin Kirkland 2012-06-24 15:25:48 -05:00
commit 0556812f29
2 changed files with 6 additions and 0 deletions

3
debian/changelog vendored
View file

@ -31,6 +31,9 @@ byobu (5.20) unreleased; urgency=low
usr/lib/byobu/rcs_cost: LP: #1013220
- gracefully silence status notifications that require /proc/net/route
when it's not really there (cygwin, mac)
* usr/share/byobu/profiles/tmux: LP: #1012348
- fix status activity/alert bolding
- seems upstream tmux changed the option name from "alert" to "activity"
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 08 Jun 2012 17:25:23 -0500

View file

@ -60,6 +60,9 @@ set-window-option -g window-status-current-fg $BYOBU_LIGHT
set-window-option -g window-status-alert-bg $BYOBU_DARK
set-window-option -g window-status-alert-fg $BYOBU_LIGHT
set-window-option -g window-status-alert-attr bold
set-window-option -g window-status-activity-bg $BYOBU_DARK
set-window-option -g window-status-activity-fg $BYOBU_LIGHT
set-window-option -g window-status-activity-attr bold
set-window-option -g automatic-rename off
set-window-option -g aggressive-resize on
set-window-option -g monitor-activity on