Dirty ED 2 correctly, GiHub issue 5322 from git at twilligon dot com.

This commit is contained in:
nicm
2026-07-04 08:34:16 +00:00
parent 8e03310afe
commit c5a7309966

View File

@@ -1992,7 +1992,7 @@ screen_write_clearscreen(struct screen_write_ctx *ctx, u_int bg)
screen_write_collect_clear(ctx, 0, sy);
if (!screen_write_should_draw_lines(ctx, s->cy, sy - s->cy))
if (!screen_write_should_draw_lines(ctx, 0, sy))
return;
if (~ttyctx.flags & TTY_CTX_PANE_OBSCURED) {
tty_write(tty_cmd_clearscreen, &ttyctx);