From 1c0af1ca17ef03d406441934c0c83047c82fc80f Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Wed, 22 Nov 2023 23:17:11 -0600 Subject: [PATCH] Merged https://code.launchpad.net/~maxschillinger/byobu/fix-for-bug-1828296/+merge/395552 --- debian/changelog | 4 +++- usr/bin/byobu-select-profile.in | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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"