[PR #11143] Add the ability to quit all terminal instances #28443

Closed
opened 2026-01-31 09:28:32 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/11143

State: closed
Merged: Yes


Add the ability to quit all terminal instances. Doing this separately from the window layout saving ones to lessen the number of 1k+ line monsters I make y'all review.

References

#11083

PR Checklist

Detailed Description of the Pull Request / Additional comments

  • Warn the user before they do so to give a chance to cancel
  • Percolate a QuitAll event up to the monarch who then directs each peasant to clsoe.
  • Leave a window-layout-saving-sized hole to add that feature on top

Validation Steps Performed

  • quit with one window (from the monarch)
  • quit from the monarch with multiple windows
  • quit from a peasant
  • cancel the quit dialog

image

**Original Pull Request:** https://github.com/microsoft/terminal/pull/11143 **State:** closed **Merged:** Yes --- Add the ability to quit all terminal instances. Doing this separately from the window layout saving ones to lessen the number of 1k+ line monsters I make y'all review. ## References #11083 ## PR Checklist * [x] Closes #11081 * [ ] Documentation updated. If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/terminal) and link it here: #xxx * [x] Schema updated. ## Detailed Description of the Pull Request / Additional comments - Warn the user before they do so to give a chance to cancel - Percolate a QuitAll event up to the monarch who then directs each peasant to clsoe. - Leave a window-layout-saving-sized hole to add that feature on top ## Validation Steps Performed - quit with one window (from the monarch) - quit from the monarch with multiple windows - quit from a peasant - cancel the quit dialog ![image](https://user-images.githubusercontent.com/6185249/132105775-3310f614-ce55-4454-9718-ef5c0d39fbd2.png)
claunia added the pull-request label 2026-01-31 09:28:32 +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#28443