diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-12-08 07:49:31 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-12-08 07:49:31 +0000 |
commit | 6311bd119ed728117fd6f0073792a76c2a6b842b (patch) | |
tree | 8eed2eaa1e2161e39d1f983dc38fbeb8813103ee /tmux.h | |
parent | 796eb522ac6534510b22c34296cbd172f8fab3ae (diff) | |
download | rtmux-6311bd119ed728117fd6f0073792a76c2a6b842b.tar.gz rtmux-6311bd119ed728117fd6f0073792a76c2a6b842b.tar.bz2 rtmux-6311bd119ed728117fd6f0073792a76c2a6b842b.zip |
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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |