From 63f5c38023439e23365b18581eb32f530c66a2d9 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 8 Jul 2012 07:27:32 +0000 Subject: Clear flags across all sessions, from Thomas Adam. --- tmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index f4e953c3..e04bd2f4 100644 --- a/tmux.h +++ b/tmux.h @@ -2076,6 +2076,7 @@ struct window_pane *window_pane_find_down(struct window_pane *); struct window_pane *window_pane_find_left(struct window_pane *); struct window_pane *window_pane_find_right(struct window_pane *); void window_set_name(struct window *, const char *); +void winlink_clear_flags(struct winlink *); /* layout.c */ u_int layout_count_cells(struct layout_cell *); -- cgit v1.2.3