Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2026-06-01 12:15:06 +01:00

View File

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