summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-07-08 07:27:32 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-07-08 07:27:32 +0000
commit63f5c38023439e23365b18581eb32f530c66a2d9 (patch)
treec0edcb2175cac3a4718b51870b3d07b98770a3b4 /tmux.h
parent67b926cf3c77737e3b40c9d70c38314ac19ba105 (diff)
Clear flags across all sessions, 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 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 *);