aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2017-11-02 18:27:35 +0000
committernicm <nicm>2017-11-02 18:27:35 +0000
commitc1f62f1fdebc3bd000b81bd93dcae6f1a539f345 (patch)
tree029ebf541fa54eba723fda61fd57663d24a0e61b /tmux.h
parent3887d95bcae1f31ec13c2a24ff29ad211a93a5f7 (diff)
downloadrtmux-c1f62f1fdebc3bd000b81bd93dcae6f1a539f345.tar.gz
rtmux-c1f62f1fdebc3bd000b81bd93dcae6f1a539f345.tar.bz2
rtmux-c1f62f1fdebc3bd000b81bd93dcae6f1a539f345.zip
Only show the first member of session groups in tree mode (-G flag
disables).
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
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 */