[PR #1080] [MERGED] First draft of a spec for panes with non-terminal content #24467

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/1080
Author: @zadjii-msft
Created: 5/31/2019
Status: Merged
Merged: 6/5/2020
Merged by: @miniksa

Base: masterHead: dev/migrie/s/997-non-terminal-pane-spec


📝 Commits (5)

  • 2cb6376 First draft of a spec for panes with non-terminal content
  • d636259 Merge branch 'master' into dev/migrie/s/997-non-terminal-pane-spec
  • c42a893 Move spec to drafts folder, commit as the discussion has gone super stale.
  • 90d418e move this spec to drafts folder, carry other specs out to specs folder not cascadia folder.
  • df3edd3 Merge branch 'master' into dev/migrie/s/997-non-terminal-pane-spec

📊 Changes

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

View changed files

📝 doc/specs/Keybindings-spec.md (+0 -0)
📝 doc/specs/TerminalSettings-spec.md (+0 -0)
doc/specs/drafts/#997 Non-Terminal-Panes.md (+115 -0)

📄 Description

Summary of the Pull Request

Add a spec for panes with non-terminal content in them. This will enable us to both write tests for Panes, and also enable a wide variety of content within the Terminal app.

PR Checklist

Detailed Description of the Pull Request / Additional comments

read the doc


🔄 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/1080 **Author:** [@zadjii-msft](https://github.com/zadjii-msft) **Created:** 5/31/2019 **Status:** ✅ Merged **Merged:** 6/5/2020 **Merged by:** [@miniksa](https://github.com/miniksa) **Base:** `master` ← **Head:** `dev/migrie/s/997-non-terminal-pane-spec` --- ### 📝 Commits (5) - [`2cb6376`](https://github.com/microsoft/terminal/commit/2cb6376cac90f394418998196608020630de37fa) First draft of a spec for panes with non-terminal content - [`d636259`](https://github.com/microsoft/terminal/commit/d636259efdb2360cf925c001f8dc2701ab5d3f4e) Merge branch 'master' into dev/migrie/s/997-non-terminal-pane-spec - [`c42a893`](https://github.com/microsoft/terminal/commit/c42a893623b6de5d8c718cfc8c7a90fdeaf70e54) Move spec to drafts folder, commit as the discussion has gone super stale. - [`90d418e`](https://github.com/microsoft/terminal/commit/90d418e066e00456ec93c4c5ad328e57e1a377d5) move this spec to drafts folder, carry other specs out to specs folder not cascadia folder. - [`df3edd3`](https://github.com/microsoft/terminal/commit/df3edd33ea1b328128e3c1b9d8585cfbc8ed2656) Merge branch 'master' into dev/migrie/s/997-non-terminal-pane-spec ### 📊 Changes **3 files changed** (+115 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `doc/specs/Keybindings-spec.md` (+0 -0) 📝 `doc/specs/TerminalSettings-spec.md` (+0 -0) ➕ `doc/specs/drafts/#997 Non-Terminal-Panes.md` (+115 -0) </details> ### 📄 Description <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request Add a spec for panes with non-terminal content in them. This will enable us to both write tests for Panes, and also enable a wide variety of content within the Terminal app. <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [x] Is a spec for #997 * [x] Requires documentation to be updated * [x] I've discussed this with myself <!-- Provide a more detailed description of the PR, other things fixed or any additional comments/features here --> ## Detailed Description of the Pull Request / Additional comments _read the doc_ --- <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:03:29 +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#24467