From 12220a78c4c5e15a0eee70766dd75040b2e8baa7 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Fri, 4 Dec 2009 10:14:18 -0600 Subject: [PATCH] background color and foreground color, rather than profile; improve text --- byobu-select-profile | 2 +- debian/changelog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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