diff --git a/byobu-select-profile b/byobu-select-profile index f3c7a9f6..f39296dc 100755 --- a/byobu-select-profile +++ b/byobu-select-profile @@ -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 diff --git a/debian/changelog b/debian/changelog index 2667e0c4..f0f5c6c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 10 Nov 2009 10:18:20 -0600