-
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.)Impact-CompatibilitySure don't work like it used to.Sure don't work like it used to.In-PRThis issue has a related PRThis issue has a related PRIssue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Needs-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsPriority-2A description (P2)A description (P2)Product-ConhostFor issues in the Console codebaseFor issues in the Console codebase
Milestone
Description
Environment
Windows 10.0.18363.592 (bug also present in some earlier build(s))
Steps to reproduce
- cmd.exe
C:\>aaa bbb ccc ddd- Home, Ctrl-Right. Cursor should now be before the first 'b'.
- F4, Space. 'bbb' gets deleted.
Expected behavior
Visual cursor position remains (i.e. now just before ' ccc').
Actual behavior
- Visual cursor position moves to EOL.
- To make it worse, the insertion-point still is where the caret was, If you now type 'x' command line goes from 'aaa ccc ddd' to 'aaa x ccc ddd', while the cursor remains at EOL!
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.)Impact-CompatibilitySure don't work like it used to.Sure don't work like it used to.In-PRThis issue has a related PRThis issue has a related PRIssue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Needs-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsPriority-2A description (P2)A description (P2)Product-ConhostFor issues in the Console codebaseFor issues in the Console codebase