* usr/bin/byobu-keybindings:

- fix toggling of f-keys
This commit is contained in:
Dustin Kirkland 2014-02-28 17:35:14 -06:00
commit 493f597d56
2 changed files with 5 additions and 1 deletions

4
debian/changelog vendored
View file

@ -10,6 +10,10 @@ byobu (5.74) unreleased; urgency=low
- add support for yet another batter type (Android) - add support for yet another batter type (Android)
- thanks to Felix Krull for the initial patch - thanks to Felix Krull for the initial patch
[ Daniel Hahler ]
* usr/bin/byobu-keybindings:
- fix toggling of f-keys
[ Ryo ONODERA ] [ Ryo ONODERA ]
* configure.ac, etc/profile.d/Z97-byobu.sh => etc/profile.d/Z97- * configure.ac, etc/profile.d/Z97-byobu.sh => etc/profile.d/Z97-
byobu.sh.in, usr/bin/byobu-config => usr/bin/byobu-config.in, byobu.sh.in, usr/bin/byobu-config => usr/bin/byobu-config.in,

View file

@ -20,7 +20,7 @@
case "$BYOBU_BACKEND" in case "$BYOBU_BACKEND" in
"tmux") "tmux")
enabled=$(tmux list-keys | grep "f-keys.tmux.disable$") enabled=$(tmux list-keys | grep "f-keys.tmux.disable ;")
if [ -n "$enabled" ]; then if [ -n "$enabled" ]; then
tmux source "$BYOBU_PREFIX/share/byobu/keybindings/f-keys.tmux.disable" tmux source "$BYOBU_PREFIX/share/byobu/keybindings/f-keys.tmux.disable"
echo "Byobu keybindings: [OFF]" echo "Byobu keybindings: [OFF]"