Add a number of new formats to inspect what sessions and clients a

window is present or active in. From Tyler Culp in GitHub issue 2034.
This commit is contained in:
nicm
2019-12-26 11:04:58 +00:00
parent 07e37479c2
commit 817d199cbb
4 changed files with 238 additions and 1 deletions

1
tmux.h
View File

@ -2689,6 +2689,7 @@ 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 *);
u_int session_group_attached_count(struct session_group *);
void session_renumber_windows(struct session *);
/* utf8.c */