-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Closed
Labels
Area-OutputRelated to output processing (inserting text into buffer, retrieving buffer text, etc.)Related to output processing (inserting text into buffer, retrieving buffer text, etc.)Impact-VisualIt look bad.It look bad.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.Priority-2A description (P2)A description (P2)Product-ConhostFor issues in the Console codebaseFor issues in the Console codebase
Milestone
Description
Environment
Windows build number: 10.0.19042.746
Windows Terminal version (if applicable):1.5.3242.0
Any other software?
Steps to reproduce
compile and run this simple code:
#include <stdio.h>
#include <stdlib.h>
int main(void)
{
scanf("%*s",NULL);
return 0;
}- then type [tab] + [any character]
- hold tab again until the cursor goes to next line
- hold backspace to delete all character's
Expected behavior
the character inserted gets removed
Actual behavior
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-OutputRelated to output processing (inserting text into buffer, retrieving buffer text, etc.)Related to output processing (inserting text into buffer, retrieving buffer text, etc.)Impact-VisualIt look bad.It look bad.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.Priority-2A description (P2)A description (P2)Product-ConhostFor issues in the Console codebaseFor issues in the Console codebase
