From fbea223760f455744832e87b5ff35622dc539eaf Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Sun, 2 Jun 2013 00:11:18 -0500 Subject: [PATCH] * usr/bin/byobu-select-profile: - fix random background color setting for tmux --- debian/changelog | 3 ++- usr/bin/byobu-select-profile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 62e0751c..da049fbd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ byobu (5.43) unreleased; urgency=low - * UNRELEASED + * usr/bin/byobu-select-profile: + - fix random background color setting for tmux -- Dustin Kirkland Wed, 22 May 2013 18:01:28 -0500 diff --git a/usr/bin/byobu-select-profile b/usr/bin/byobu-select-profile index 1dcb3d21..07a5ea1d 100755 --- a/usr/bin/byobu-select-profile +++ b/usr/bin/byobu-select-profile @@ -252,7 +252,7 @@ else ;; -r|--random) color=$(head -c 10 /dev/urandom | $HASH | head -c 6) - setcolor_tmux "$color" + setcolor_tmux "\#$color" shift break ;;