Handle CONSOLE_IGNORE_NEXT_KEYUP in ConPTY/WT #20196

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

Originally created by @lhecker on GitHub (Jul 6, 2023).

Originally assigned to: @lhecker on GitHub.

Cooked read sets CONSOLE_IGNORE_NEXT_KEYUP to prevent an Enter-up event (and maybe others) to be put into the input buffer after it consumed the Enter-down event to end the wait for input. ConPTY might have to handle this flag just like our Win32 conhost code does.

Originally created by @lhecker on GitHub (Jul 6, 2023). Originally assigned to: @lhecker on GitHub. Cooked read sets `CONSOLE_IGNORE_NEXT_KEYUP` to prevent an Enter-up event (and maybe others) to be put into the input buffer after it consumed the Enter-down event to end the wait for input. ConPTY might have to handle this flag just like our Win32 conhost code does.
claunia added the Issue-BugPriority-3Area-InputProduct-Conpty labels 2026-01-31 07:06:19 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#20196