CLS in CMD shell doesn't clear scrollback #2328
Labels
Area-Output
Related to output processing (inserting text into buffer, retrieving buffer text, etc.)
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Product-Terminal
The new Windows Terminal.
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
In a stand-alone CMD window, the CLS command clears not only the text currently visible in the window, but all of the history in the scrollback buffer. In a Windows Terminal CMD tab, clear is clearing only the currently visible text, leaving the scrollback content untouched.
Environment
Steps to reproduce
Expected behavior
I expect the screen and scrollback buffer to be completely cleared.
Actual behavior
Only the screen is cleared.
The text was updated successfully, but these errors were encountered: