[PR #15250] [MERGED] Move the Close... actions to a nested menu on the tab #30529

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/15250
Author: @zadjii-msft
Created: 4/27/2023
Status: ✅ Merged
Merged: 4/29/2023
Merged by: @DHowett

Base: main ← Head: dev/migrie/b/nested-close


📝 Commits (1)

  • 745a32e Move the Close... actions to a nested menu on the tab

📊 Changes

3 files changed (+17 additions, -13 deletions)

View changed files

📝 src/cascadia/TerminalApp/TabBase.cpp (+12 -10)
📝 src/cascadia/TerminalApp/TabBase.h (+1 -1)
📝 src/cascadia/TerminalApp/TerminalTab.cpp (+4 -2)

📄 Description

A resurrection of the original nested "Close" menu from #7728. We discovered that nested flyouts crash in #8238. Those are fixed now though! So we can bring this back.

This also includes the "Close Pane" item from #15198.

on a tab with panes:

image

on a tab without panes:

image


🔄 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/15250 **Author:** [@zadjii-msft](https://github.com/zadjii-msft) **Created:** 4/27/2023 **Status:** ✅ Merged **Merged:** 4/29/2023 **Merged by:** [@DHowett](https://github.com/DHowett) **Base:** `main` ← **Head:** `dev/migrie/b/nested-close` --- ### 📝 Commits (1) - [`745a32e`](https://github.com/microsoft/terminal/commit/745a32e1421db2246a27243b46ffa1cb19b1c788) Move the Close... actions to a nested menu on the tab ### 📊 Changes **3 files changed** (+17 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/TabBase.cpp` (+12 -10) 📝 `src/cascadia/TerminalApp/TabBase.h` (+1 -1) 📝 `src/cascadia/TerminalApp/TerminalTab.cpp` (+4 -2) </details> ### 📄 Description A resurrection of the original nested "Close" menu from #7728. We discovered that nested flyouts crash in #8238. Those are fixed now though! So we can bring this back. This also includes the "Close Pane" item from #15198. #### on a tab with panes: ![image](https://user-images.githubusercontent.com/18356694/234910218-b96c6861-7cc7-4746-953c-2740a774b1d1.png) #### on a tab without panes: ![image](https://user-images.githubusercontent.com/18356694/234910277-8b9221bc-ebaf-4e38-855c-7e35d6cd4411.png) --- <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:41: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#30529