From b2b381e364cced59570fd1630da7aa547703a8bd Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Fri, 28 Feb 2014 17:41:46 -0600 Subject: [PATCH] * usr/bin/byobu-keybindings: LP: #1258093 * usr/share/byobu/profiles/tmux: LP: #1258534 - ensure that we respect BYOBU_NO_TITLE in tmux --- debian/changelog | 4 +++- usr/share/byobu/profiles/tmux | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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