* usr/bin/byobu-keybindings: LP: #1258093

* usr/share/byobu/profiles/tmux: LP: #1258534
  - ensure that we respect BYOBU_NO_TITLE in tmux
This commit is contained in:
Dustin Kirkland 2014-02-28 17:41:46 -06:00
commit b2b381e364
2 changed files with 5 additions and 3 deletions

4
debian/changelog vendored
View file

@ -11,8 +11,10 @@ byobu (5.74) unreleased; urgency=low
- thanks to Felix Krull for the initial patch
[ Daniel Hahler ]
* usr/bin/byobu-keybindings:
* usr/bin/byobu-keybindings: LP: #1258093
- fix toggling of f-keys
* usr/share/byobu/profiles/tmux: LP: #1258534
- ensure that we respect BYOBU_NO_TITLE in tmux
[ Ryo ONODERA ]
* configure.ac, etc/profile.d/Z97-byobu.sh => etc/profile.d/Z97-

View file

@ -36,8 +36,8 @@ set -g prefix2 F12
# Byobu's Keybindings
source $BYOBU_PREFIX/share/byobu/keybindings/f-keys.tmux
set-option -g set-titles on
set-option -g set-titles-string '#(whoami)@#H - byobu (#S)'
#set-option -g set-titles on
#set-option -g set-titles-string '#(whoami)@#H - byobu (#S)'
set-option -g pane-active-border-bg $BYOBU_ACCENT
set-option -g pane-active-border-fg $BYOBU_ACCENT
set-option -g pane-border-fg $BYOBU_LIGHT