mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* 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:
parent
7bb90abe4f
commit
0556812f29
2 changed files with 6 additions and 0 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue