mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
bin/menu: add some logic in support of byobu-export'd configurations
This commit is contained in:
parent
3fbcf6a3da
commit
194bd945fc
2 changed files with 2 additions and 1 deletions
2
bin/menu
2
bin/menu
|
@ -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
1
debian/changelog
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue