diff options
author | nicm <nicm> | 2019-12-26 11:04:58 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-12-26 11:04:58 +0000 |
commit | 817d199cbb6720f1848452824f7b93cdc1a24111 (patch) | |
tree | 866b45b06c79693e7eec231dad283a81ae3cd574 /tmux.h | |
parent | 07e37479c214023f5d0107414a6e5f414d37197a (diff) | |
download | rtmux-817d199cbb6720f1848452824f7b93cdc1a24111.tar.gz rtmux-817d199cbb6720f1848452824f7b93cdc1a24111.tar.bz2 rtmux-817d199cbb6720f1848452824f7b93cdc1a24111.zip |
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.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |