mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
bin/menu: add a space to the -r test, LP: #490894
This commit is contained in:
parent
e53cdaa0a1
commit
419110d915
2 changed files with 2 additions and 1 deletions
2
bin/menu
2
bin/menu
|
@ -20,7 +20,7 @@
|
|||
[ "$1" = "--detail" ] && exit 0
|
||||
PKG="byobu"
|
||||
|
||||
[ -r "$HOME/.$PKG/keybindings"] && bindings="$HOME/.$PKG/keybindings" || bindings="$HOME/.screenrc"
|
||||
[ -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
|
@ -20,6 +20,7 @@ byobu (2.40) unreleased; urgency=low
|
|||
statusrc: obviate the need for separate profiles per color; read the
|
||||
profile colors from a config file, and use a special "color" status
|
||||
item to dynamically render it
|
||||
* bin/menu: add a space to the -r test, LP: #490894
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 10 Nov 2009 10:18:20 -0600
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue