From 6311bd119ed728117fd6f0073792a76c2a6b842b Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 8 Dec 2009 07:49:31 +0000 Subject: Permit panes to be referred to as "top", "bottom", "top-left" etc, if the right pane can be identified. --- tmux.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index d73483a8..cf42a85c 100644 --- a/tmux.h +++ b/tmux.h @@ -1844,6 +1844,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; -- cgit