aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2011-01-07 16:55:40 +0000
committerTiago Cunha <tcunha@gmx.com>2011-01-07 16:55:40 +0000
commit30f6d9b167907783122869100046954e52c07694 (patch)
tree16dfc3e30982c4155458349b9b6fb3e5bf8da5b0 /tmux.h
parent1cb579d0fdf5eab42866c3d2d01ab6f2f87b3cbb (diff)
downloadrtmux-30f6d9b167907783122869100046954e52c07694.tar.gz
rtmux-30f6d9b167907783122869100046954e52c07694.tar.bz2
rtmux-30f6d9b167907783122869100046954e52c07694.zip
Sync OpenBSD patchset 813:
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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 7223354c..63790eb3 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.602 2011-01-07 14:45:34 tcunha Exp $ */
+/* $Id: tmux.h,v 1.603 2011-01-07 16:55:40 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1873,6 +1873,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 *);