Only show the first member of session groups in tree mode (-G flag

disables).
This commit is contained in:
nicm
2017-11-02 18:27:35 +00:00
parent 3887d95bca
commit c1f62f1fde
6 changed files with 61 additions and 13 deletions

1
tmux.h
View File

@ -2335,6 +2335,7 @@ struct session_group *session_group_new(const char *);
void session_group_add(struct session_group *, struct session *);
void session_group_synchronize_to(struct session *);
void session_group_synchronize_from(struct session *);
u_int session_group_count(struct session_group *);
void session_renumber_windows(struct session *);
/* utf8.c */