From 0556812f29b207abd3f159877a40ef840aada7a2 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Sun, 24 Jun 2012 15:25:48 -0500 Subject: [PATCH] * usr/share/byobu/profiles/tmux: LP: #1012348 - fix status activity/alert bolding - seems upstream tmux changed the option name from "alert" to "activity" --- debian/changelog | 3 +++ usr/share/byobu/profiles/tmux | 3 +++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index fa565cb3..a9ee0280 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 08 Jun 2012 17:25:23 -0500 diff --git a/usr/share/byobu/profiles/tmux b/usr/share/byobu/profiles/tmux index ae6ce2aa..35958651 100644 --- a/usr/share/byobu/profiles/tmux +++ b/usr/share/byobu/profiles/tmux @@ -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