summaryrefslogtreecommitdiffstats
path: root/window-tree.c
diff options
context:
space:
mode:
authornicm <nicm>2017-11-02 18:52:05 +0000
committernicm <nicm>2017-11-02 18:52:05 +0000
commit17655e5ba65e37787cd9920e1a89aedf6f623957 (patch)
tree82313de0be4e5654a2299010991474d75913ade7 /window-tree.c
parent95850e1aca6697df784d02c24a0ca997f82f90f7 (diff)
Format for group list of "other sessions" is a bit weird, just list all
the sessions in the group.
Diffstat (limited to 'window-tree.c')
-rw-r--r--window-tree.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/window-tree.c b/window-tree.c
index 563c64e0..c83db557 100644
--- a/window-tree.c
+++ b/window-tree.c
@@ -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),}" \
"}" \