This commit is contained in:
jc852.z 2025-04-05 01:27:36 +00:00 committed by GitHub
commit 7b3d2d7dc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,7 @@ current_panes=$(tmux list-panes | wc -l)
list_layouts() { list_layouts() {
echo echo
echo "Byobu Saved Layouts" echo "Byobu Saved Layouts"
local count=0 i= desc= count= p= local count=0 i= desc= p=
for i in $PRESETS "$DIR"/*; do for i in $PRESETS "$DIR"/*; do
desc=${i##*/} desc=${i##*/}
count=$(expr $count + 1) count=$(expr $count + 1)