[PR #9652] [MERGED] Add splitMode to the args for split-pane (as -D for duplicate) #27672

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/9652
Author: @Don-Vito
Created: 3/29/2021
Status: Merged
Merged: 3/29/2021
Merged by: @DHowett

Base: mainHead: 9579-split-mode


📝 Commits (2)

  • 73abaa7 Add splitMode to the args for split-pane
  • 231e75c Add UTs to split-pane duplicate flag

📊 Changes

6 files changed (+42 additions, -1 deletions)

View changed files

📝 src/cascadia/LocalTests_TerminalApp/CommandlineTest.cpp (+24 -0)
📝 src/cascadia/TerminalApp/AppCommandlineArgs.cpp (+7 -1)
📝 src/cascadia/TerminalApp/AppCommandlineArgs.h (+2 -0)
📝 src/cascadia/TerminalApp/Resources/en-US/Resources.resw (+3 -0)
📝 src/cascadia/TerminalSettingsModel/ActionArgs.h (+5 -0)
📝 src/cascadia/TerminalSettingsModel/ActionArgs.idl (+1 -0)

📄 Description


🔄 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/9652 **Author:** [@Don-Vito](https://github.com/Don-Vito) **Created:** 3/29/2021 **Status:** ✅ Merged **Merged:** 3/29/2021 **Merged by:** [@DHowett](https://github.com/DHowett) **Base:** `main` ← **Head:** `9579-split-mode` --- ### 📝 Commits (2) - [`73abaa7`](https://github.com/microsoft/terminal/commit/73abaa7439b799c471039f53ed8dc9c9e5d340ec) Add splitMode to the args for split-pane - [`231e75c`](https://github.com/microsoft/terminal/commit/231e75c28aba3772526471139de5120ebeedf05a) Add UTs to split-pane duplicate flag ### 📊 Changes **6 files changed** (+42 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/LocalTests_TerminalApp/CommandlineTest.cpp` (+24 -0) 📝 `src/cascadia/TerminalApp/AppCommandlineArgs.cpp` (+7 -1) 📝 `src/cascadia/TerminalApp/AppCommandlineArgs.h` (+2 -0) 📝 `src/cascadia/TerminalApp/Resources/en-US/Resources.resw` (+3 -0) 📝 `src/cascadia/TerminalSettingsModel/ActionArgs.h` (+5 -0) 📝 `src/cascadia/TerminalSettingsModel/ActionArgs.idl` (+1 -0) </details> ### 📄 Description * [x] Closes https://github.com/microsoft/terminal/issues/9579 * [x] CLA signed. * [ ] Tests added/passed * [ ] Documentation updated - waiting for approval * [ ] Schema updated. * [ ] I've discussed this with core contributors already. --- <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:23:24 +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#27672