mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* usr/bin/byobu-select-profile:
- fix random background color setting for tmux
This commit is contained in:
parent
123ce0d14a
commit
fbea223760
2 changed files with 3 additions and 2 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue