[PR #746] [MERGED] Changes to be able to quit the application via exit inside a CLI prompt. #24295

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/746
Author: @woachk
Created: 5/13/2019
Status: Merged
Merged: 5/15/2019
Merged by: @zadjii-msft

Base: masterHead: exit-window


📝 Commits (6)

  • a72a95c Changes to be able to quit the application via exit inside a CLI prompt.
  • 84127e7 Remove superfluous change. (earlier, just passing through the _interopWindowHandle was planned for closing the app, and so changing its protection status was done and then not reverted properly which is the cause of the change.
  • f91df56 Some more changes.
  • d54b174 Merge branch 'master' of https://github.com/Microsoft/Terminal into exit-window
  • af3926f Last change hopefully
  • fd70de3 Last change hopefully...

📊 Changes

7 files changed (+31 additions, -6 deletions)

View changed files

📝 src/cascadia/TerminalApp/App.cpp (+4 -4)
📝 src/cascadia/TerminalApp/App.h (+1 -0)
📝 src/cascadia/TerminalApp/App.idl (+2 -0)
📝 src/cascadia/WindowsTerminal/AppHost.cpp (+11 -0)
📝 src/cascadia/WindowsTerminal/AppHost.h (+1 -1)
📝 src/cascadia/WindowsTerminal/IslandWindow.cpp (+11 -0)
📝 src/cascadia/WindowsTerminal/IslandWindow.h (+1 -1)

📄 Description

Apologies for the indentation issues that might be visible here.

#627


🔄 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/746 **Author:** [@woachk](https://github.com/woachk) **Created:** 5/13/2019 **Status:** ✅ Merged **Merged:** 5/15/2019 **Merged by:** [@zadjii-msft](https://github.com/zadjii-msft) **Base:** `master` ← **Head:** `exit-window` --- ### 📝 Commits (6) - [`a72a95c`](https://github.com/microsoft/terminal/commit/a72a95cef4744090116fedbd8f41c2251977eb38) Changes to be able to quit the application via exit inside a CLI prompt. - [`84127e7`](https://github.com/microsoft/terminal/commit/84127e7858059268f0e7c7da0721546b5f2be8e7) Remove superfluous change. (earlier, just passing through the _interopWindowHandle was planned for closing the app, and so changing its protection status was done and then not reverted properly which is the cause of the change. - [`f91df56`](https://github.com/microsoft/terminal/commit/f91df568b2512a0587373c8cde124ae3cc47a77d) Some more changes. - [`d54b174`](https://github.com/microsoft/terminal/commit/d54b17489f65c1a58743a7bb5d9421ba3fc65141) Merge branch 'master' of https://github.com/Microsoft/Terminal into exit-window - [`af3926f`](https://github.com/microsoft/terminal/commit/af3926fdd17ca0fc4bbf5f23760c8248bb8d398d) Last change hopefully - [`fd70de3`](https://github.com/microsoft/terminal/commit/fd70de3081583e233ef8fc44b1261968a5af88d7) Last change hopefully... ### 📊 Changes **7 files changed** (+31 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/App.cpp` (+4 -4) 📝 `src/cascadia/TerminalApp/App.h` (+1 -0) 📝 `src/cascadia/TerminalApp/App.idl` (+2 -0) 📝 `src/cascadia/WindowsTerminal/AppHost.cpp` (+11 -0) 📝 `src/cascadia/WindowsTerminal/AppHost.h` (+1 -1) 📝 `src/cascadia/WindowsTerminal/IslandWindow.cpp` (+11 -0) 📝 `src/cascadia/WindowsTerminal/IslandWindow.h` (+1 -1) </details> ### 📄 Description Apologies for the indentation issues that might be visible here. #627 --- <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:02:27 +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#24295