diff --git a/debian/changelog b/debian/changelog index 7a5fc6ca..b9940007 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 22 Nov 2023 22:10:13 -0600 + -- Dustin Kirkland Wed, 22 Nov 2023 23:16:45 -0600 byobu (5.133-0ubuntu1) focal; urgency=medium diff --git a/usr/bin/byobu-select-profile.in b/usr/bin/byobu-select-profile.in index 541cf1c6..633927b9 100755 --- a/usr/bin/byobu-select-profile.in +++ b/usr/bin/byobu-select-profile.in @@ -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"