Layout cells for floating panes are now inserted after the cell of a

provided window pane.
This commit is contained in:
Dane Jensen
2026-06-08 18:59:07 -07:00
parent 6766c8ec1d
commit 7568bff8e6
2 changed files with 13 additions and 10 deletions

2
tmux.h
View File

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