From 30f6d9b167907783122869100046954e52c07694 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Fri, 7 Jan 2011 16:55:40 +0000 Subject: Sync OpenBSD patchset 813: Add a function to create window flags rather than doing the same thing in two places. From Thomas Adam. --- tmux.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tmux.h') 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 @@ -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 *); -- cgit