[PR #15253] [MERGED] Fix an infinite loop when pressing alt #30541

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/15253
Author: @zadjii-msft
Created: 4/27/2023
Status: Merged
Merged: 5/11/2023
Merged by: @DHowett

Base: mainHead: dev/migrie/b/alt-inf-loop


📝 Commits (3)

  • ef02c18 Fix an infinite loop when pressing alt
  • 960af9c this makes sense again
  • 8810d8c Merge branch 'main' into dev/migrie/b/alt-inf-loop

📊 Changes

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

View changed files

📝 src/cascadia/TerminalApp/TerminalWindow.cpp (+11 -2)

📄 Description

As discussed in https://github.com/microsoft/terminal/issues/14051#issuecomment-1517973776

regressed in #15189


🔄 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/15253 **Author:** [@zadjii-msft](https://github.com/zadjii-msft) **Created:** 4/27/2023 **Status:** ✅ Merged **Merged:** 5/11/2023 **Merged by:** [@DHowett](https://github.com/DHowett) **Base:** `main` ← **Head:** `dev/migrie/b/alt-inf-loop` --- ### 📝 Commits (3) - [`ef02c18`](https://github.com/microsoft/terminal/commit/ef02c187e52e4e1e845d76254533520906881a82) Fix an infinite loop when pressing `alt` - [`960af9c`](https://github.com/microsoft/terminal/commit/960af9c09a1fc38dbe26668498d5796abd02efe7) this makes sense again - [`8810d8c`](https://github.com/microsoft/terminal/commit/8810d8ce976089ee03f54ee1ff42522685441dd4) Merge branch 'main' into dev/migrie/b/alt-inf-loop ### 📊 Changes **1 file changed** (+11 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/TerminalWindow.cpp` (+11 -2) </details> ### 📄 Description As discussed in https://github.com/microsoft/terminal/issues/14051#issuecomment-1517973776 regressed in #15189 --- <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: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#30541