aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-12-10 16:52:58 +0000
committerTiago Cunha <tcunha@gmx.com>2009-12-10 16:52:58 +0000
commit328861e330f7dac0c4d2c0bdbb58f59d2f5b78aa (patch)
tree224c70e9f0634300b529f46cab019e886464a684 /tmux.h
parent39b1cdbdb9766bb2bd4ae04b55b19b1e5e1339b6 (diff)
downloadrtmux-328861e330f7dac0c4d2c0bdbb58f59d2f5b78aa.tar.gz
rtmux-328861e330f7dac0c4d2c0bdbb58f59d2f5b78aa.tar.bz2
rtmux-328861e330f7dac0c4d2c0bdbb58f59d2f5b78aa.zip
Sync OpenBSD patchset 584:
Permit panes to be referred to as "top", "bottom", "top-left" etc, if the right pane can be identified.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index a0becbf5..515b496c 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.530 2009-12-04 22:14:47 tcunha Exp $ */
+/* $Id: tmux.h,v 1.531 2009-12-10 16:52:58 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1843,6 +1843,9 @@ u_int layout_set_next(struct window *);
u_int layout_set_previous(struct window *);
void layout_set_active_changed(struct window *);
+/* layout-string.c */
+struct layout_cell *layout_find_string(struct window *, const char *);
+
/* window-clock.c */
extern const struct window_mode window_clock_mode;