mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
background color and foreground color, rather than profile; improve text
This commit is contained in:
parent
8b829a6e7c
commit
12220a78c4
2 changed files with 2 additions and 2 deletions
|
@ -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
2
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue