mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Format for group list of "other sessions" is a bit weird, just list all
the sessions in the group.
This commit is contained in:
@ -44,10 +44,8 @@ static void window_tree_key(struct window_pane *,
|
||||
"," \
|
||||
"#{session_windows} windows" \
|
||||
"#{?session_grouped, " \
|
||||
"(group #{session_group}" \
|
||||
"#{?session_group_others," \
|
||||
" with #{session_group_others}," \
|
||||
"})," \
|
||||
"(group #{session_group}: " \
|
||||
"#{session_group_list})," \
|
||||
"}" \
|
||||
"#{?session_attached, (attached),}" \
|
||||
"}" \
|
||||
|
Reference in New Issue
Block a user