[PR #2586] [MERGED] Add Stylus Selection Support #24993

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/2586
Author: @carlos-zamora
Created: 8/28/2019
Status: Merged
Merged: 9/10/2019
Merged by: @carlos-zamora

Base: masterHead: dev/cazamor/stylus-support


📝 Commits (1)

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 src/cascadia/TerminalControl/TermControl.cpp (+3 -3)

📄 Description

Summary of the Pull Request

You can now use the stylus to create a selection on your device.

References

PR Checklist

Detailed Description of the Pull Request / Additional comments

Just added the device type to where we handle a mouse.

Validation Steps Performed

@cinnamon-msft: I dragged the stylus over text inside the Terminal and it selected cell-by-cell


🔄 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/2586 **Author:** [@carlos-zamora](https://github.com/carlos-zamora) **Created:** 8/28/2019 **Status:** ✅ Merged **Merged:** 9/10/2019 **Merged by:** [@carlos-zamora](https://github.com/carlos-zamora) **Base:** `master` ← **Head:** `dev/cazamor/stylus-support` --- ### 📝 Commits (1) - [`0a90300`](https://github.com/microsoft/terminal/commit/0a903005ac85ce1587564a20660b808e94fa8991) stylus support ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalControl/TermControl.cpp` (+3 -3) </details> ### 📄 Description ## Summary of the Pull Request You can now use the stylus to create a selection on your device. <!-- Other than the issue solved, is this relevant to any other issues/existing PRs? --> ## References <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [x] Closes #2585 * [x] CLA signed * [x] ~Tests added/passed~ * [x] ~Requires documentation to be updated~ * [x] I am core contributor <!-- Provide a more detailed description of the PR, other things fixed or any additional comments/features here --> ## Detailed Description of the Pull Request / Additional comments Just added the device type to where we handle a mouse. <!-- Describe how you validated the behavior. Add automated tests wherever possible, but list manual validation steps taken as well --> ## Validation Steps Performed @cinnamon-msft: I dragged the stylus over text inside the Terminal and it selected cell-by-cell --- <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:06:36 +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#24993