[PR #12926] [MERGED] add missing breaks #29297

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/12926
Author: @jmelas
Created: 4/18/2022
Status: Merged
Merged: 4/18/2022
Merged by: @DHowett

Base: mainHead: island_break


📝 Commits (1)

📊 Changes

1 file changed (+2 additions, -0 deletions)

View changed files

📝 src/cascadia/WindowsTerminal/IslandWindow.cpp (+2 -0)

📄 Description

Summary of the Pull Request

This PR adds some missing break commands in IslandWindow::MessageHandler switch statement.

PR Checklist


🔄 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/12926 **Author:** [@jmelas](https://github.com/jmelas) **Created:** 4/18/2022 **Status:** ✅ Merged **Merged:** 4/18/2022 **Merged by:** [@DHowett](https://github.com/DHowett) **Base:** `main` ← **Head:** `island_break` --- ### 📝 Commits (1) - [`be52722`](https://github.com/microsoft/terminal/commit/be52722a307050e87fa850fbcf09b9fe9aa6f4b7) add missing breaks ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/WindowsTerminal/IslandWindow.cpp` (+2 -0) </details> ### 📄 Description ## Summary of the Pull Request This PR adds some missing `break` commands in `IslandWindow::MessageHandler` switch statement. ## PR Checklist * [x] Closes #12923 * [x] CLA signed * [x] I've discussed this with core contributors already. --- <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:34:06 +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#29297