[PR #14747] Make KeyEvent char data a little less confusing #30249

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

Original Pull Request: https://github.com/microsoft/terminal/pull/14747

State: closed
Merged: Yes


When working on #14745 I found KeyEvents a little hard to read in the
debugger. I noticed that this is because of sign extension when converting
chars to wchar_ts in KeyEvent::SetCharData.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/14747 **State:** closed **Merged:** Yes --- When working on #14745 I found `KeyEvent`s a little hard to read in the debugger. I noticed that this is because of sign extension when converting `char`s to `wchar_t`s in `KeyEvent::SetCharData`.
claunia added the pull-request label 2026-01-31 09:39: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#30249