-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Closed
Labels
Area-CookedReadThe cmd.exe COOKED_READ handlingThe cmd.exe COOKED_READ handlingArea-InputRelated to input processing (key presses, mouse, etc.)Related to input processing (key presses, mouse, etc.)In-PRThis issue has a related PRThis issue has a related PRIssue-TaskIt's a feature request, but it doesn't really need a major design.It's a feature request, but it doesn't really need a major design.Needs-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsProduct-ConhostFor issues in the Console codebaseFor issues in the Console codebase
Milestone
Description
Summary of the new feature/enhancement
This code requires functions (helpers) and better wrtiting style.
Issue idea comes from source code of cmdline.cpp line 582 and a TODO MSFT comment.
Proposed technical implementation details (optional)
../..
switch (wch)
{
case VK_ESCAPE:
OnKeyEscape(cookedReadData, true);
break;
case VK_DOWN:
OnKeyDown(cookedReadData);
break;
../..
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-CookedReadThe cmd.exe COOKED_READ handlingThe cmd.exe COOKED_READ handlingArea-InputRelated to input processing (key presses, mouse, etc.)Related to input processing (key presses, mouse, etc.)In-PRThis issue has a related PRThis issue has a related PRIssue-TaskIt's a feature request, but it doesn't really need a major design.It's a feature request, but it doesn't really need a major design.Needs-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsProduct-ConhostFor issues in the Console codebaseFor issues in the Console codebase