[PR #11290] [MERGED] Fix mouse coordinates when viewport is scrolled for all events, not just pressed #28475

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/11290
Author: @PankajBhojwani
Created: 9/20/2021
Status: ✅ Merged
Merged: 9/22/2021
Merged by: @undefined

Base: main ← Head: dev/pabhoj/mouse_viewport


📝 Commits (1)

  • a348959 adjust for all types of events

📊 Changes

2 files changed (+26 additions, -10 deletions)

View changed files

📝 src/cascadia/TerminalControl/ControlInteractivity.cpp (+20 -10)
📝 src/cascadia/TerminalControl/ControlInteractivity.h (+6 -0)

📄 Description

Does the mouse coordinate adjustment added in #10642 for all the other mouse events as well (moved, released, wheel)

Closes #10190


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/11290 **Author:** [@PankajBhojwani](https://github.com/PankajBhojwani) **Created:** 9/20/2021 **Status:** ✅ Merged **Merged:** 9/22/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/pabhoj/mouse_viewport` --- ### 📝 Commits (1) - [`a348959`](https://github.com/microsoft/terminal/commit/a348959da9e369c5b87167536e09e0cba01d9e73) adjust for all types of events ### 📊 Changes **2 files changed** (+26 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalControl/ControlInteractivity.cpp` (+20 -10) 📝 `src/cascadia/TerminalControl/ControlInteractivity.h` (+6 -0) </details> ### 📄 Description Does the mouse coordinate adjustment added in #10642 for all the other mouse events as well (moved, released, wheel) Closes #10190 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:28:45 +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#28475