Merge branch 'floating_panes' into floating_panes_staging

This commit is contained in:
Nicholas Marriott
2026-06-01 12:20:16 +01:00
4 changed files with 38 additions and 8 deletions

View File

@@ -2574,7 +2574,7 @@ screen_write_cell(struct screen_write_ctx *ctx, const struct grid_cell *gc)
return;
/* Do a full line redraw if needed. */
if (redraw) {
if (redraw && wp != NULL) {
screen_write_redraw_line(ctx, &ttyctx, s->cy);
return;
}