background color and foreground color, rather than profile; improve text

This commit is contained in:
Dustin Kirkland 2009-12-04 10:14:18 -06:00
commit 12220a78c4
2 changed files with 2 additions and 2 deletions

View file

@ -115,7 +115,7 @@ prompt() {
[ "$i" = "$selected" ] && break
i=$(expr $i + 1)
done
echo `gettext "Selected"` " [$color]"
echo `gettext "Selected"` "$which [$color]"
setcolor "$which" "$color"
return 0
fi

2
debian/changelog vendored
View file

@ -27,7 +27,7 @@ byobu (2.40) unreleased; urgency=low
* byobu-status: separate COLOR into FOREGROUND and BACKGROUND; more
flexibility
* byobu-config, byobu-select-profile: rework to independently select
background color and foreground color, rather than profile
background color and foreground color, rather than profile; improve text
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 10 Nov 2009 10:18:20 -0600