[PR #18602] Bugfix: don't round to nearest cell for mouse movements and VT mouse mode #31563

Open
opened 2026-01-31 09:48:02 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/18602

State: closed
Merged: Yes


Summary of the Pull Request

Missed a few _getTerminalPosition() on the first run. Disabled rounding for pointer movements and mouse wheel events (which are used for hyperlink hover detection and vt mouse mode). The only time we round now is...

  • SetEndSelectionPoint() --> because we're updating a selection
  • ControlCore->LeftClickOnTerminal() --> where all paths are used for selection*

*the only path that doesn't is RepositionCursorWithMouse being enabled, which also makes sense based on clicking around Notepad with a large font size.

References and Relevant Issues

Follow-up for #18486
Closes #18595

Validation Steps Performed

In large font size, play around with midnight commander and hover over hyperlink edges.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/18602 **State:** closed **Merged:** Yes --- ## Summary of the Pull Request Missed a few `_getTerminalPosition()` on the first run. Disabled rounding for pointer movements and mouse wheel events (which are used for hyperlink hover detection and vt mouse mode). The only time we round now is... - `SetEndSelectionPoint()` --> because we're updating a selection - `ControlCore->LeftClickOnTerminal()` --> where all paths are used for selection* *the only path that doesn't is `RepositionCursorWithMouse` being enabled, which also makes sense based on clicking around Notepad with a large font size. ## References and Relevant Issues Follow-up for #18486 Closes #18595 ## Validation Steps Performed In large font size, play around with midnight commander and hover over hyperlink edges.
claunia added the pull-request label 2026-01-31 09:48:02 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#31563