[PR #6443] [MERGED] Open the system menu when user right clicks the drag bar #26689

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/6443
Author: @beviu
Created: 6/9/2020
Status: ✅ Merged
Merged: 6/10/2020
Merged by: @undefined

Base: master ← Head: drag-bar-sysmenu


📝 Commits (5)

  • ad0ab32 Open system menu when user right clicks drag bar
  • 8c8dcd0 No move/resize when maximized
  • 5ffa27f const const const
  • 9e1dd45 Open system menu on mouse release instead of press
  • 4b6f26c break

📊 Changes

3 files changed (+58 additions, -2 deletions)

View changed files

📝 .github/actions/spell-check/dictionary/apis.txt (+1 -0)
📝 src/cascadia/WindowsTerminal/NonClientIslandWindow.cpp (+55 -2)
📝 src/cascadia/WindowsTerminal/NonClientIslandWindow.h (+2 -0)

📄 Description

Related to #1375 ("Click/Right click icon should display
Minimize/Maximize/Close menu")


🔄 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/6443 **Author:** [@beviu](https://github.com/beviu) **Created:** 6/9/2020 **Status:** ✅ Merged **Merged:** 6/10/2020 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `drag-bar-sysmenu` --- ### 📝 Commits (5) - [`ad0ab32`](https://github.com/microsoft/terminal/commit/ad0ab32e5e2cf816cfc7e5c7075da2f6faea9bc5) Open system menu when user right clicks drag bar - [`8c8dcd0`](https://github.com/microsoft/terminal/commit/8c8dcd026f09acb43395e250dd1b4f8a9f5e1cb0) No move/resize when maximized - [`5ffa27f`](https://github.com/microsoft/terminal/commit/5ffa27f2a3dc920e0ff85702df4449343367b114) const const const - [`9e1dd45`](https://github.com/microsoft/terminal/commit/9e1dd453b197bf9288db5402ffb6a3c978b4e718) Open system menu on mouse release instead of press - [`4b6f26c`](https://github.com/microsoft/terminal/commit/4b6f26c040097939c0d8ef9e5cb228cb5e4c983b) break ### 📊 Changes **3 files changed** (+58 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.github/actions/spell-check/dictionary/apis.txt` (+1 -0) 📝 `src/cascadia/WindowsTerminal/NonClientIslandWindow.cpp` (+55 -2) 📝 `src/cascadia/WindowsTerminal/NonClientIslandWindow.h` (+2 -0) </details> ### 📄 Description Related to #1375 ("Click/Right click icon should display Minimize/Maximize/Close menu") --- <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:17:35 +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#26689