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" = "$selected" ] && break
i=$(expr $i + 1) i=$(expr $i + 1)
done done
echo `gettext "Selected"` " [$color]" echo `gettext "Selected"` "$which [$color]"
setcolor "$which" "$color" setcolor "$which" "$color"
return 0 return 0
fi 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 * byobu-status: separate COLOR into FOREGROUND and BACKGROUND; more
flexibility flexibility
* byobu-config, byobu-select-profile: rework to independently select * 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 -- Dustin Kirkland <kirkland@ubuntu.com> Tue, 10 Nov 2009 10:18:20 -0600