* usr/share/byobu/profiles/tmux:

- let's try tmux's automatic titles again
This commit is contained in:
Dustin Kirkland 2013-07-16 18:05:43 -05:00
commit 5c4e8ab5c6
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View file

@ -16,6 +16,8 @@ byobu (5.46) unreleased; urgency=low
* usr/bin/byobu: LP: #1195726 * usr/bin/byobu: LP: #1195726
- zeroing out window titles in byobu-screen is causing other problems, - zeroing out window titles in byobu-screen is causing other problems,
especially when the user defines shelltitle in ~/.screenrc especially when the user defines shelltitle in ~/.screenrc
* usr/share/byobu/profiles/tmux:
- let's try tmux's automatic titles again
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 15 Jul 2013 15:52:56 -0500 -- Dustin Kirkland <kirkland@ubuntu.com> Mon, 15 Jul 2013 15:52:56 -0500

View file

@ -63,7 +63,7 @@ set-window-option -g window-status-current-fg $BYOBU_LIGHT
set-window-option -g window-status-activity-bg $BYOBU_DARK 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-fg $BYOBU_LIGHT
set-window-option -g window-status-activity-attr bold set-window-option -g window-status-activity-attr bold
set-window-option -g automatic-rename off set-window-option -g automatic-rename on
set-window-option -g aggressive-resize on set-window-option -g aggressive-resize on
set-window-option -g monitor-activity on set-window-option -g monitor-activity on