From b728970c654cc16476f4e923cb435512d20b47f3 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Thu, 3 May 2012 17:51:04 +0000 Subject: 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. --- tmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.h') 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); -- cgit