Do without this change as well for now.

This commit is contained in:
Nicholas Marriott
2026-05-30 17:01:08 +01:00
parent 7ca0cec893
commit 0fc47efc90

2
tty.c
View File

@@ -1004,7 +1004,7 @@ tty_window_offset1(struct tty *tty, u_int *ox, u_int *oy, u_int *sx, u_int *sy)
else if (cy > w->sy - *sy)
*oy = w->sy - *sy;
else
*oy = cy - *sy + 1;
*oy = cy - *sy / 2;
}
c->pan_window = NULL;