From c1f62f1fdebc3bd000b81bd93dcae6f1a539f345 Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 2 Nov 2017 18:27:35 +0000 Subject: Only show the first member of session groups in tree mode (-G flag disables). --- tmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 720ff40e..974a0678 100644 --- a/tmux.h +++ b/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 */ -- cgit