From 817d199cbb6720f1848452824f7b93cdc1a24111 Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 26 Dec 2019 11:04:58 +0000 Subject: 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. --- tmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 72be101b..2315f643 100644 --- a/tmux.h +++ b/tmux.h @@ -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 */ -- cgit