mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Only show the first member of session groups in tree mode (-G flag
disables).
This commit is contained in:
1
tmux.h
1
tmux.h
@ -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 */
|
||||
|
Reference in New Issue
Block a user