summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-04-29 17:20:01 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-04-29 17:20:01 +0000
commita6c22d650b2d9fba8eb069b488555ab71e5096d6 (patch)
treeaf123a415df233978b44eda9bbb7dbad6290bd44 /tmux.h
parente60f48ab09f75c622f45718797f83964a28769c0 (diff)
Add a flag to move-window to renumber the windows in a session (closing
any gaps) and add an option to do this automatically each time a window is killed. From Thomas Adam.
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 b095e3c7..fdbe2724 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2116,6 +2116,7 @@ void session_group_remove(struct session *);
void session_group_synchronize_to(struct session *);
void session_group_synchronize_from(struct session *);
void session_group_synchronize1(struct session *, struct session *);
+void session_renumber_windows(struct session *);
/* utf8.c */
void utf8_build(void);