Branch: refs/heads/fix-tty-window-offset1
Home: https://github.com/tmux/tmux
Commit: 06998e0611a88d27ca02be48db78f0357f8f6cea
https://github.com/tmux/tmux/commit/06998e0611a88d27ca02be48db78f0357f8f6cea
Author: Michael Grant <[email protected]>
Date: 2026-06-03 (Wed, 03 Jun 2026)
Changed paths:
M tty.c
Log Message:
-----------
Fix scrolling issue. cy - *sy / 2 was causing panned panes to scroll when the
cursor was halfway down the pane. The fix uses cy - *sy + 1 instead.
To unsubscribe from these emails, change your notification settings at
https://github.com/tmux/tmux/settings/notifications
--
You received this message because you are subscribed to the Google Groups
"tmux-git" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion, visit
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/fix-tty-window-offset1/000000-06998e%40github.com.