summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-12-30 21:35:17 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-12-30 21:35:17 +0000
commit2231e72968629d67575b18979fed13b4f5ad730b (patch)
tree1271c5ef9fc8239ad20bc16303aa6cf7bbd435e8 /tmux.h
parentf7c42c21bacf84af52079b239a18294851fbdb3a (diff)
Add a function to create window flags rather than doing the same thing
in two places. From Thomas Adam.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index a59f57cf..b2fc9a0a 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1898,6 +1898,8 @@ void window_pane_mouse(struct window_pane *,
int window_pane_visible(struct window_pane *);
char *window_pane_search(
struct window_pane *, const char *, u_int *);
+char *window_printable_flags(struct session *, struct winlink *);
+
struct window_pane *window_pane_find_up(struct window_pane *);
struct window_pane *window_pane_find_down(struct window_pane *);
struct window_pane *window_pane_find_left(struct window_pane *);