[PR #6571] [MERGED] Fixed #6377: TerminalCore::_altGrAliasing is undefined by default #26742

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/6571
Author: @lhecker
Created: 6/18/2020
Status: Merged
Merged: 6/18/2020
Merged by: @undefined

Base: masterHead: 6377-initialize-altGrAliasing


📝 Commits (1)

  • 20a65c4 Fixed #6377: TerminalCore::_altGrAliasing is undefined by default

📊 Changes

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

View changed files

📝 src/cascadia/TerminalCore/Terminal.cpp (+1 -0)

📄 Description

Summary of the Pull Request

Fixes #6377. TerminalCore does not initialize _altGrAliasing. The impact is minimized in WT because it defaults to true in higher layers. It's not initialized when WPF is driving.

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/6571 **Author:** [@lhecker](https://github.com/lhecker) **Created:** 6/18/2020 **Status:** ✅ Merged **Merged:** 6/18/2020 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `6377-initialize-altGrAliasing` --- ### 📝 Commits (1) - [`20a65c4`](https://github.com/microsoft/terminal/commit/20a65c44593d709d0900648a7605efe9b3417960) Fixed #6377: TerminalCore::_altGrAliasing is undefined by default ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalCore/Terminal.cpp` (+1 -0) </details> ### 📄 Description ## Summary of the Pull Request Fixes #6377. `TerminalCore` does not initialize `_altGrAliasing`. The impact is minimized in WT because it defaults to `true` in higher layers. It's not initialized when WPF is driving. <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [x] Closes #6377 * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [x] Tests added/passed * [ ] Requires documentation to be updated * [ ] I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #xxx --- <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:51 +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#26742