-
Notifications
You must be signed in to change notification settings - Fork 9.3k
10X Terminal concatenates early input with "cls" command #4385
Copy link
Copy link
Closed
Labels
Area-TerminalConnectionIssues pertaining to the terminal<->backend connection interfaceIssues pertaining to the terminal<->backend connection interfaceIssue-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-TerminalThe new Windows Terminal.The new Windows Terminal.
Metadata
Metadata
Assignees
Labels
Area-TerminalConnectionIssues pertaining to the terminal<->backend connection interfaceIssues pertaining to the terminal<->backend connection interfaceIssue-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-TerminalThe new Windows Terminal.The new Windows Terminal.
Environment
Steps to reproduce
I launched the Windows Terminal Universal (Preview) app, and as it launched I started typing, beginning with the letters "cm".
Expected behavior
Actual behavior
The first thing the Terminal displayed was
Evidently Terminal likes to start things off with a "cls" to clear the screen, but if you type too early, your input gets concatenated with the secret cls command.