[PR #5928] [MERGED] Adds Alt+Click to auto split pane #26541

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/5928
Author: @carlos-zamora
Created: 5/15/2020
Status: Merged
Merged: 6/1/2020
Merged by: @undefined

Base: masterHead: dev/cazamor/mouse-panes


📝 Commits (3)

📊 Changes

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

View changed files

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

📄 Description

Summary of the Pull Request

Users can now open an auto split pane with the mouse.
When opening the dropdown, alt+invoke the profile of choice and it should open in an auto sized pane.

References

#5025 - further discussion there as to whether this actually closes it.

Detailed Description of the Pull Request / Additional comments

Had to do a special check for debugTap because that's triggered by holding both alts.

Validation Steps Performed

alt+click/enter on a new profile. Looks great!


🔄 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/5928 **Author:** [@carlos-zamora](https://github.com/carlos-zamora) **Created:** 5/15/2020 **Status:** ✅ Merged **Merged:** 6/1/2020 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `dev/cazamor/mouse-panes` --- ### 📝 Commits (3) - [`c28d54e`](https://github.com/microsoft/terminal/commit/c28d54e7085d32efbfb92a6448e20dd67ffdf6a8) auto pane split w/ mouse - [`6d5f796`](https://github.com/microsoft/terminal/commit/6d5f79664ff23b767350fc5a88cb4043f6877c12) add check for debugTap - [`ac5ec04`](https://github.com/microsoft/terminal/commit/ac5ec041aba16eaa0f3bf281b24b71cb9e48eda7) does this fix the 'error'? ### 📊 Changes **1 file changed** (+23 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/TerminalPage.cpp` (+23 -1) </details> ### 📄 Description ## Summary of the Pull Request Users can now open an auto split pane with the mouse. When opening the dropdown, alt+invoke the profile of choice and it should open in an auto sized pane. ## References #5025 - further discussion there as to whether this actually closes it. ## Detailed Description of the Pull Request / Additional comments Had to do a special check for debugTap because that's triggered by holding both alts. ## Validation Steps Performed alt+click/enter on a new profile. Looks great! --- <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:16:43 +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#26541