From 28c04b21f61250bf960d013dd037e9dba5e9d470 Mon Sep 17 00:00:00 2001 From: Michael Grant Date: Mon, 9 Mar 2026 08:35:24 +0000 Subject: [PATCH] Minor fixup. --- tty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tty.c b/tty.c index b3ae9ada..58b294b5 100644 --- a/tty.c +++ b/tty.c @@ -1319,7 +1319,7 @@ tty_clear_area(struct tty *tty, const struct tty_ctx *ctx, u_int py, if (wpl->yoff - 1 > (int)(py + ny) || wpl->yoff + wpl->sy + 1 < py) continue; overlap++; - if (overlap > 1) break; + if (overlap > 0) break; } /* If genuine BCE is available, can try escape sequences. */