Add support for performing a full width split (with splitw -f), rather

than splitting the current cell. From Stephen Kent.
This commit is contained in:
nicm
2016-09-04 17:37:06 +00:00
parent 2627ab322e
commit fed1e384ad
5 changed files with 245 additions and 48 deletions

2
tmux.h
View File

@ -2205,7 +2205,7 @@ void layout_resize_pane_to(struct window_pane *, enum layout_type,
u_int);
void layout_assign_pane(struct layout_cell *, struct window_pane *);
struct layout_cell *layout_split_pane(struct window_pane *, enum layout_type,
int, int);
int, int, int);
void layout_close_pane(struct window_pane *);
/* layout-custom.c */