bin/menu: add a space to the -r test, LP: #490894

This commit is contained in:
Dustin Kirkland 2009-12-02 08:10:51 -06:00
commit 419110d915
2 changed files with 2 additions and 1 deletions

View file

@ -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
View file

@ -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