[PR #2080] [MERGED] Spec for tab tear off and default app #24796

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/2080
Author: @miniksa
Created: 7/24/2019
Status: ✅ Merged
Merged: 6/5/2020
Merged by: @miniksa

Base: master ← Head: dev/miniksa/manager_spec


📝 Commits (5)

  • 12b367e Specification draft of how IPC can work to enable tab tear off and default application scenarios.
  • f6c89a3 some additional information on OS
  • 87ba05e Move spec to draft folder, add a little more commentary.
  • 3d1678c Merge branch 'master' into dev/miniksa/manager_spec
  • 4015568 Move into appropriate drafts folder.

📊 Changes

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

View changed files

➕ doc/specs/drafts/#1256 - Tab tearoff.md (+319 -0)

📄 Description

I spent some time prototyping what it would take to relay connection information between processes to power both default app changing and tab tear off.

I've associated this with the tab tear-off issue for now, but it could really be either.

I'm marking this as not-draft PR because I'd like to merge it in even though the spec as a whole remains in a drafty/not-totally-complete state. I just want to keep track of everything I learned as of this point in time in a permanent state and use it as fuel for future work/features that fully implement this.


🔄 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/2080 **Author:** [@miniksa](https://github.com/miniksa) **Created:** 7/24/2019 **Status:** ✅ Merged **Merged:** 6/5/2020 **Merged by:** [@miniksa](https://github.com/miniksa) **Base:** `master` ← **Head:** `dev/miniksa/manager_spec` --- ### 📝 Commits (5) - [`12b367e`](https://github.com/microsoft/terminal/commit/12b367e43ce9767a2d163982316e303969cf8d67) Specification draft of how IPC can work to enable tab tear off and default application scenarios. - [`f6c89a3`](https://github.com/microsoft/terminal/commit/f6c89a396d915530e49f2d50b03b67853358b6a5) some additional information on OS - [`87ba05e`](https://github.com/microsoft/terminal/commit/87ba05e61cb44f45554c8b85baacfa2aa46a5d02) Move spec to draft folder, add a little more commentary. - [`3d1678c`](https://github.com/microsoft/terminal/commit/3d1678cb01fc87ec83314caab99c551a5547a5e2) Merge branch 'master' into dev/miniksa/manager_spec - [`4015568`](https://github.com/microsoft/terminal/commit/401556849ca4e9ffd7df005cf585408afc685b47) Move into appropriate drafts folder. ### 📊 Changes **1 file changed** (+319 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `doc/specs/drafts/#1256 - Tab tearoff.md` (+319 -0) </details> ### 📄 Description I spent some time prototyping what it would take to relay connection information between processes to power both default app changing and tab tear off. I've associated this with the tab tear-off issue for now, but it could really be either. I'm marking this as not-draft PR because I'd like to merge it in even though the spec as a whole remains in a drafty/not-totally-complete state. I just want to keep track of everything I learned as of this point in time in a permanent state and use it as fuel for future work/features that fully implement this. --- <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:05:23 +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#24796