Permit panes to be referred to as "top", "bottom", "top-left" etc, if the right

pane can be identified.
This commit is contained in:
Nicholas Marriott
2009-12-08 07:49:31 +00:00
parent 796eb522ac
commit 6311bd119e
5 changed files with 208 additions and 15 deletions

3
tmux.h
View File

@ -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;