From 493f597d5659265c21ccf3794e128f1b8ddfa19e Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Fri, 28 Feb 2014 17:35:14 -0600 Subject: [PATCH] * usr/bin/byobu-keybindings: - fix toggling of f-keys --- debian/changelog | 4 ++++ usr/bin/byobu-keybindings | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e1a89c3c..c823f11d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,10 @@ byobu (5.74) unreleased; urgency=low - add support for yet another batter type (Android) - thanks to Felix Krull for the initial patch + [ Daniel Hahler ] + * usr/bin/byobu-keybindings: + - fix toggling of f-keys + [ Ryo ONODERA ] * configure.ac, etc/profile.d/Z97-byobu.sh => etc/profile.d/Z97- byobu.sh.in, usr/bin/byobu-config => usr/bin/byobu-config.in, diff --git a/usr/bin/byobu-keybindings b/usr/bin/byobu-keybindings index bea2b9ff..7e108a54 100755 --- a/usr/bin/byobu-keybindings +++ b/usr/bin/byobu-keybindings @@ -20,7 +20,7 @@ case "$BYOBU_BACKEND" in "tmux") - enabled=$(tmux list-keys | grep "f-keys.tmux.disable$") + enabled=$(tmux list-keys | grep "f-keys.tmux.disable ;") if [ -n "$enabled" ]; then tmux source "$BYOBU_PREFIX/share/byobu/keybindings/f-keys.tmux.disable" echo "Byobu keybindings: [OFF]"