diff --git a/debian/changelog b/debian/changelog index c823f11d..6550d895 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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- diff --git a/usr/share/byobu/profiles/tmux b/usr/share/byobu/profiles/tmux index fe00877a..a7a0bec3 100644 --- a/usr/share/byobu/profiles/tmux +++ b/usr/share/byobu/profiles/tmux @@ -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