[PR #9813] [MERGED] [Quick and Dirty] Copy runtime tab title when duplicating tabs #27769

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/9813
Author: @Don-Vito
Created: 4/14/2021
Status: Merged
Merged: 4/21/2021
Merged by: @undefined

Base: mainHead: 9723-duplicate-runtime-name


📝 Commits (1)

  • 8512994 Copy runtime tab title when duplicating tabs

📊 Changes

3 files changed (+15 additions, -0 deletions)

View changed files

📝 src/cascadia/TerminalApp/TabManagement.cpp (+9 -0)
📝 src/cascadia/TerminalApp/TerminalTab.cpp (+5 -0)
📝 src/cascadia/TerminalApp/TerminalTab.h (+1 -0)

📄 Description

PR Checklist

Detailed Description of the Pull Request / Additional comments

Quick and dirty.
A better solution is to allow passing all "runtime settings" upon tab creation.


🔄 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/9813 **Author:** [@Don-Vito](https://github.com/Don-Vito) **Created:** 4/14/2021 **Status:** ✅ Merged **Merged:** 4/21/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `9723-duplicate-runtime-name` --- ### 📝 Commits (1) - [`8512994`](https://github.com/microsoft/terminal/commit/8512994d798aba21861de1ce0bbd8ec6cc03d71d) Copy runtime tab title when duplicating tabs ### 📊 Changes **3 files changed** (+15 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/TabManagement.cpp` (+9 -0) 📝 `src/cascadia/TerminalApp/TerminalTab.cpp` (+5 -0) 📝 `src/cascadia/TerminalApp/TerminalTab.h` (+1 -0) </details> ### 📄 Description ## PR Checklist * [x] Closes https://github.com/microsoft/terminal/issues/9723 * [x] CLA signed. * [ ] Tests added/passed * [ ] Documentation updated. * [ ] Schema updated. * [ ] I've discussed this with core contributors already. ## Detailed Description of the Pull Request / Additional comments Quick and dirty. A better solution is to allow passing all "runtime settings" upon tab creation. --- <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:08 +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#27769