Merge lp:~maxschillinger/byobu/fix-for-bug-1828296 into lp:byobu

Proposed by Max Schillinger
Status: Merged
Merge reported by: Dustin Kirkland 
Merged at revision: not available
Proposed branch: lp:~maxschillinger/byobu/fix-for-bug-1828296
Merge into: lp:byobu
Diff against target: 15 lines (+5/-0)
1 file modified
usr/bin/byobu-select-profile.in (+5/-0)
To merge this branch: bzr merge lp:~maxschillinger/byobu/fix-for-bug-1828296
Reviewer Review Type Date Requested Status
Dustin Kirkland  Approve
Review via email: mp+395552@code.launchpad.net

Commit message

This branch re-adds the missing -l/--list option to byobu-select-profile.

Description of the change

Fixing bug #1828296.

Test it by running `byobu-select-profile -l`.

To post a comment you must log in.
Revision history for this message
Dustin Kirkland  (kirkland) wrote :
Revision history for this message
Dustin Kirkland  (kirkland) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'usr/bin/byobu-select-profile.in'
2--- usr/bin/byobu-select-profile.in 2018-08-12 14:43:52 +0000
3+++ usr/bin/byobu-select-profile.in 2020-12-19 16:16:01 +0000
4@@ -187,6 +187,11 @@
5 shift
6 break
7 ;;
8+ -l|--list)
9+ listprofiles
10+ shift
11+ break
12+ ;;
13 -r|--random)
14 color=$(head -c 10 /dev/urandom | $HASH | head -c 6)
15 setcolor_tmux "\#$color"

Subscribers

People subscribed via source and target branches