bin/menu: add some logic in support of byobu-export'd configurations

This commit is contained in:
Dustin Kirkland 2009-10-21 14:36:20 -05:00
commit 194bd945fc
2 changed files with 2 additions and 1 deletions

View file

@ -19,7 +19,7 @@
[ "$1" = "--detail" ] && exit 0
PKG="byobu"
bindings="$HOME/.$PKG/keybindings"
[ -r "$HOME/.$PKG/keybindings"] && bindings="$HOME/.$PKG/keybindings" || bindings="$HOME/.screenrc"
if grep -qs "^source.*screen-escape-keys$" $bindings 2>/dev/null; then
esc=`grep "^escape" $bindings | sed "s/^.*\(.\)$/\1/"`

1
debian/changelog vendored
View file

@ -9,6 +9,7 @@ byobu (2.39) unreleased; urgency=low
sure we do "something", like run "true", LP: #441788
* byobu-config: make byobu more python 2.5 friendly, by dropping the
'finally' clauses
* bin/menu: add some logic in support of byobu-export'd configurations
[ Derek Carter ]
* rpm/byobu.spec: updated for Fedora 11