mirror of
https://github.com/dustinkirkland/byobu
synced 2025-07-06 04:52:12 -07:00
This commit is contained in:
parent
ef4b29db40
commit
1c0af1ca17
2 changed files with 8 additions and 1 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -11,8 +11,10 @@ byobu (5.134) unreleased; urgency=medium
|
|||
- moving upstream Byobu from Launchpad.net to Github.com
|
||||
* README.md:
|
||||
- bumped date
|
||||
* usr/bin/byobu-select-profile.in: LP: #1828296
|
||||
- add missing listprofiles logic
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 22 Nov 2023 22:10:13 -0600
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 22 Nov 2023 23:16:45 -0600
|
||||
|
||||
byobu (5.133-0ubuntu1) focal; urgency=medium
|
||||
|
||||
|
|
|
@ -187,6 +187,11 @@ else
|
|||
shift
|
||||
break
|
||||
;;
|
||||
-l|--list)
|
||||
listprofiles
|
||||
shift
|
||||
break
|
||||
;;
|
||||
-r|--random)
|
||||
color=$(head -c 10 /dev/urandom | $HASH | head -c 6)
|
||||
setcolor_tmux "\#$color"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue