aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2012-05-03 17:51:04 +0000
committerTiago Cunha <tcunha@gmx.com>2012-05-03 17:51:04 +0000
commitb728970c654cc16476f4e923cb435512d20b47f3 (patch)
treea8a9ec85309feda48f8deb9a3ab7bddcc4781835 /tmux.h
parente45dc6ae59b6362224253415ae8f9e2ce6cdad05 (diff)
downloadrtmux-b728970c654cc16476f4e923cb435512d20b47f3.tar.gz
rtmux-b728970c654cc16476f4e923cb435512d20b47f3.tar.bz2
rtmux-b728970c654cc16476f4e923cb435512d20b47f3.zip
Sync OpenBSD patchset 1104:
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 10a19b2b..e86da24f 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2112,6 +2112,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);