[PR #9842] [MERGED] Delay close tab on middle-click till pointer released #27782

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/9842
Author: @Don-Vito
Created: 4/15/2021
Status: Merged
Merged: 4/15/2021
Merged by: @DHowett

Base: mainHead: 9836-close-tab-on-release


📝 Commits (1)

  • e1903d6 Delay close tab on middle-click till pointer released

📊 Changes

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

View changed files

📝 src/cascadia/TerminalApp/TabManagement.cpp (+1 -1)

📄 Description

PR Checklist

Not sure what is the reason for handling right button.
But delaying it to PointerReleased seems not to regress anything.


🔄 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/9842 **Author:** [@Don-Vito](https://github.com/Don-Vito) **Created:** 4/15/2021 **Status:** ✅ Merged **Merged:** 4/15/2021 **Merged by:** [@DHowett](https://github.com/DHowett) **Base:** `main` ← **Head:** `9836-close-tab-on-release` --- ### 📝 Commits (1) - [`e1903d6`](https://github.com/microsoft/terminal/commit/e1903d6d28bf1cc8f781757cdd6d929b0e45f308) Delay close tab on middle-click till pointer released ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/TabManagement.cpp` (+1 -1) </details> ### 📄 Description ## PR Checklist * [x] Closes https://github.com/microsoft/terminal/issues/9836 * [x] CLA signed. * [ ] Tests added/passed * [ ] Documentation updated. * [ ] Schema updated. * [ ] I've discussed this with core contributors already. Not sure what is the reason for handling right button. But delaying it to PointerReleased seems not to regress anything. --- <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:24:12 +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#27782