* usr/bin/byobu-select-profile:

- fix random background color setting for tmux
This commit is contained in:
Dustin Kirkland 2013-06-02 00:11:18 -05:00
commit fbea223760
2 changed files with 3 additions and 2 deletions

3
debian/changelog vendored
View file

@ -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 <kirkland@ubuntu.com> Wed, 22 May 2013 18:01:28 -0500

View file

@ -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
;;