You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bugfix: Fix incorrect mouse position in non-alternate-screen modes. The
cursor position request (used to convert mouse coordinates from screen
space to frame space) could be sent asynchronously, after the cursor had
already moved away from the frame's origin, causing the terminal's reply to
be misread as the wrong offset. Regressed by the 7.0.2 throttle fix, which
made the request's 500ms throttle actually engage for the first time. See #1310.