diff options
author | nicm <nicm> | 2016-09-04 17:37:06 +0000 |
---|---|---|
committer | nicm <nicm> | 2016-09-04 17:37:06 +0000 |
commit | fed1e384ad7eb88cc6203e49d4efa8e5ed4edb59 (patch) | |
tree | 7ec149e5a721c1e0746a0c61b3bddb19d52b63c3 /tmux.h | |
parent | 2627ab322e0e8dffbf86b1c2eb969139a8062174 (diff) | |
download | rtmux-fed1e384ad7eb88cc6203e49d4efa8e5ed4edb59.tar.gz rtmux-fed1e384ad7eb88cc6203e49d4efa8e5ed4edb59.tar.bz2 rtmux-fed1e384ad7eb88cc6203e49d4efa8e5ed4edb59.zip |
Add support for performing a full width split (with splitw -f), rather
than splitting the current cell. From Stephen Kent.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |