[PR #15263] [MERGED] Move session restore into a helper in AppHost #30553

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/15263
Author: @zadjii-msft
Created: 4/28/2023
Status: Merged
Merged: 5/2/2023
Merged by: @microsoft-github-policy-service[bot]

Base: mainHead: dev/migrie/eim/apphost-code-health-0


📝 Commits (5)

  • 882bf56 Don't explode when we tear out the last tab of the window
  • c27bb74 Merge remote-tracking branch 'origin/main' into dev/migrie/b/dont-explode-when-last-tears-out
  • c765905 clean this function up
  • 594ae8e derp
  • 7b8f3fe Merge remote-tracking branch 'origin/main' into dev/migrie/eim/apphost-code-health-0

📊 Changes

2 files changed (+61 additions, -52 deletions)

View changed files

📝 src/cascadia/WindowsTerminal/AppHost.cpp (+59 -52)
📝 src/cascadia/WindowsTerminal/AppHost.h (+2 -0)

📄 Description

Just move session restoration into a helper function, as suggested by Leonard.


🔄 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/15263 **Author:** [@zadjii-msft](https://github.com/zadjii-msft) **Created:** 4/28/2023 **Status:** ✅ Merged **Merged:** 5/2/2023 **Merged by:** [@microsoft-github-policy-service[bot]](https://github.com/apps/microsoft-github-policy-service) **Base:** `main` ← **Head:** `dev/migrie/eim/apphost-code-health-0` --- ### 📝 Commits (5) - [`882bf56`](https://github.com/microsoft/terminal/commit/882bf56961d5f277ba23becdd7a4a66c626a4270) Don't explode when we tear out the last tab of the window - [`c27bb74`](https://github.com/microsoft/terminal/commit/c27bb74c9069ea5ff51370e45993d96fc1653103) Merge remote-tracking branch 'origin/main' into dev/migrie/b/dont-explode-when-last-tears-out - [`c765905`](https://github.com/microsoft/terminal/commit/c7659057979cee4d19ff2dd6dd218b59a74a5454) clean this function up - [`594ae8e`](https://github.com/microsoft/terminal/commit/594ae8e261a8c5abb812fe022867f24d3939e3f4) derp - [`7b8f3fe`](https://github.com/microsoft/terminal/commit/7b8f3feff448a542d332b508169fc075301b9f16) Merge remote-tracking branch 'origin/main' into dev/migrie/eim/apphost-code-health-0 ### 📊 Changes **2 files changed** (+61 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/WindowsTerminal/AppHost.cpp` (+59 -52) 📝 `src/cascadia/WindowsTerminal/AppHost.h` (+2 -0) </details> ### 📄 Description Just move session restoration into a helper function, as suggested by Leonard. --- <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:31 +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#30553