-
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.)Help WantedWe encourage anyone to jump in on these.We encourage anyone to jump in on these.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-3A description (P3)A description (P3)Product-ConhostFor issues in the Console codebaseFor issues in the Console codebase
Milestone
Description
Environment
Windows build number: Microsoft Windows [Version 10.0.18363.535]
Windows Terminal version (if applicable): 0.10.761.0
Steps to reproduce
- Open cmd in Terminal.
- Reduce the width to minimum (well, not minimum but small enough, as it occurs after crossing some threshold).
- Press and hold Tab.
Expected behavior
cmd cycles through the directories:
Actual behavior
The names of directories are printed in succession without erasing the previous name which leads to this:
Also, note that this behaviour is not unique to Terminal, the default command promt(cmd/conhost/conPTY??) also has this bug:
After resizing the terminal the text cannot be erased.
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.)Help WantedWe encourage anyone to jump in on these.We encourage anyone to jump in on these.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-3A description (P3)A description (P3)Product-ConhostFor issues in the Console codebaseFor issues in the Console codebase


