[PR #4683] [MERGED] Add a splitPane option to duplicate current profile #25883

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/4683
Author: @surya-prakash-susarla
Created: 2/21/2020
Status: Merged
Merged: 3/6/2020
Merged by: @undefined

Base: masterHead: pane_env


📝 Commits (9)

  • 5d48d4d initial work
  • 558620c minor change, unknown var used
  • f2d8898 change type
  • 42432b6 Add Json extraction for the setting. Fix comments.
  • c2e1815 fix build errors
  • f3dcab7 formatting fix
  • 89602a0 Update src/cascadia/TerminalApp/TerminalPage.cpp
  • 8935c62 Merge branch 'master' into pane_env
  • 7e48632 Fix line endings in ActionArgs.h

📊 Changes

5 files changed (+48 additions, -4 deletions)

View changed files

📝 src/cascadia/TerminalApp/ActionArgs.h (+19 -1)
📝 src/cascadia/TerminalApp/ActionArgs.idl (+7 -0)
📝 src/cascadia/TerminalApp/AppActionHandlers.cpp (+1 -1)
📝 src/cascadia/TerminalApp/TerminalPage.cpp (+20 -1)
📝 src/cascadia/TerminalApp/TerminalPage.h (+1 -1)

📄 Description

This change adds the ability to configure a pane to split by duplicating the current profile

Closes #1756


🔄 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/4683 **Author:** [@surya-prakash-susarla](https://github.com/surya-prakash-susarla) **Created:** 2/21/2020 **Status:** ✅ Merged **Merged:** 3/6/2020 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `pane_env` --- ### 📝 Commits (9) - [`5d48d4d`](https://github.com/microsoft/terminal/commit/5d48d4de835cfb2dabfe060af246319fd0355962) initial work - [`558620c`](https://github.com/microsoft/terminal/commit/558620c6486228a9b3249190325b2d37d23dd3cd) minor change, unknown var used - [`f2d8898`](https://github.com/microsoft/terminal/commit/f2d8898215dac199c503d46cdde5d25b16373ccc) change type - [`42432b6`](https://github.com/microsoft/terminal/commit/42432b687e78ac828f4cfa7997c3113d0b572a35) Add Json extraction for the setting. Fix comments. - [`c2e1815`](https://github.com/microsoft/terminal/commit/c2e18157e1f94de2699eb91490ea1784f4bbe124) fix build errors - [`f3dcab7`](https://github.com/microsoft/terminal/commit/f3dcab7db6f06c6623cdadc95ecfbb91c4640123) formatting fix - [`89602a0`](https://github.com/microsoft/terminal/commit/89602a0c6f335a343a70801d1b55c9a406973b2c) Update src/cascadia/TerminalApp/TerminalPage.cpp - [`8935c62`](https://github.com/microsoft/terminal/commit/8935c629e2be2b4f242081bc2a17ac2d0d55e2dc) Merge branch 'master' into pane_env - [`7e48632`](https://github.com/microsoft/terminal/commit/7e486323990711023305434dd7a6ae5f908487c1) Fix line endings in ActionArgs.h ### 📊 Changes **5 files changed** (+48 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/ActionArgs.h` (+19 -1) 📝 `src/cascadia/TerminalApp/ActionArgs.idl` (+7 -0) 📝 `src/cascadia/TerminalApp/AppActionHandlers.cpp` (+1 -1) 📝 `src/cascadia/TerminalApp/TerminalPage.cpp` (+20 -1) 📝 `src/cascadia/TerminalApp/TerminalPage.h` (+1 -1) </details> ### 📄 Description This change adds the ability to configure a pane to split by duplicating the current profile Closes #1756 --- <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:12:25 +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#25883