[PR #11653] [MERGED] Fix missing window border when use "win+arrow down" in fullscreen mode in Terminal #28688

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/11653
Author: @serd2011
Created: 10/29/2021
Status: Merged
Merged: 11/4/2021
Merged by: @undefined

Base: mainHead: 10607


📝 Commits (1)

📊 Changes

8 files changed (+31 additions, -3 deletions)

View changed files

📝 src/cascadia/TerminalApp/AppLogic.cpp (+5 -0)
📝 src/cascadia/TerminalApp/AppLogic.h (+1 -0)
📝 src/cascadia/TerminalApp/AppLogic.idl (+1 -0)
📝 src/cascadia/TerminalApp/TerminalPage.cpp (+12 -3)
📝 src/cascadia/TerminalApp/TerminalPage.h (+1 -0)
📝 src/cascadia/WindowsTerminal/AppHost.cpp (+1 -0)
📝 src/cascadia/WindowsTerminal/IslandWindow.cpp (+9 -0)
📝 src/cascadia/WindowsTerminal/IslandWindow.h (+1 -0)

📄 Description

Window sends an event that requests exit from fullscreen then SC_RESTORE messages is sent and it is in fullscreen mode.
Closes #10607

Validation Steps Performed

Border and tabbar now appear after exiting fullscreen via "win+arrow down".


🔄 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/11653 **Author:** [@serd2011](https://github.com/serd2011) **Created:** 10/29/2021 **Status:** ✅ Merged **Merged:** 11/4/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `10607` --- ### 📝 Commits (1) - [`0654b11`](https://github.com/microsoft/terminal/commit/0654b1165b44d9754602ea32294bc2d053439557) seems to work ### 📊 Changes **8 files changed** (+31 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/AppLogic.cpp` (+5 -0) 📝 `src/cascadia/TerminalApp/AppLogic.h` (+1 -0) 📝 `src/cascadia/TerminalApp/AppLogic.idl` (+1 -0) 📝 `src/cascadia/TerminalApp/TerminalPage.cpp` (+12 -3) 📝 `src/cascadia/TerminalApp/TerminalPage.h` (+1 -0) 📝 `src/cascadia/WindowsTerminal/AppHost.cpp` (+1 -0) 📝 `src/cascadia/WindowsTerminal/IslandWindow.cpp` (+9 -0) 📝 `src/cascadia/WindowsTerminal/IslandWindow.h` (+1 -0) </details> ### 📄 Description Window sends an event that requests exit from fullscreen then SC_RESTORE messages is sent and it is in fullscreen mode. Closes #10607 ## Validation Steps Performed Border and tabbar now appear after exiting fullscreen via "win+arrow down". --- <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:30:08 +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#28688