mirror of
https://github.com/tmux/tmux.git
synced 2026-06-21 17:55:21 +00:00
Layout cells for floating panes are now inserted after the cell of a
provided window pane.
This commit is contained in:
2
tmux.h
2
tmux.h
@@ -3552,7 +3552,7 @@ void layout_assign_pane(struct layout_cell *, struct window_pane *,
|
||||
int);
|
||||
struct layout_cell *layout_split_pane(struct window_pane *, enum layout_type,
|
||||
int, int);
|
||||
struct layout_cell *layout_floating_pane(struct window *, struct layout_cell *,
|
||||
struct layout_cell *layout_floating_pane(struct window *, struct window_pane *,
|
||||
u_int, u_int, int, int);
|
||||
void layout_close_pane(struct window_pane *);
|
||||
int layout_spread_cell(struct window *, struct layout_cell *);
|
||||
|
||||
Reference in New Issue
Block a user