mirror of
https://github.com/tmux/tmux.git
synced 2026-05-31 06:36:18 +00:00
Do without this change as well for now.
This commit is contained in:
2
tty.c
2
tty.c
@@ -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)
|
else if (cy > w->sy - *sy)
|
||||||
*oy = w->sy - *sy;
|
*oy = w->sy - *sy;
|
||||||
else
|
else
|
||||||
*oy = cy - *sy + 1;
|
*oy = cy - *sy / 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
c->pan_window = NULL;
|
c->pan_window = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user