mirror of
https://github.com/tmux/tmux.git
synced 2026-03-09 17:30:16 +00:00
Minor fixup.
This commit is contained in:
2
tty.c
2
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. */
|
||||
|
||||
Reference in New Issue
Block a user