Merge branch 'master' into screen_redraw

This commit is contained in:
Nicholas Marriott
2026-06-22 11:23:27 +01:00
3 changed files with 19 additions and 13 deletions

4
tmux.h
View File

@@ -3576,8 +3576,8 @@ 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 *, u_int, u_int, int,
int);
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 *);
void layout_spread_out(struct window_pane *);