Merge branch 'master' into floating_panes

This commit is contained in:
Nicholas Marriott
2026-05-30 12:48:11 +01:00
4 changed files with 27 additions and 12 deletions

View File

@@ -1132,7 +1132,7 @@ screen_write_redraw_line(struct screen_write_ctx *ctx, struct tty_ctx *ttyctx,
struct screen *s = ctx->s;
struct grid_cell gc, ngc;
u_int sx = screen_size_x(s), cx, i, n;
u_int xoff = wp->xoff, yoff = wp->yoff;
int xoff = wp->xoff, yoff = wp->yoff;
struct visible_ranges *r;
struct visible_range *ri;