"CLS" does not clear the screen after "MODE" #7096

Open
opened 2026-01-31 00:54:54 +00:00 by claunia · 0 comments
Owner

Originally created by @WiVi71 on GitHub (Mar 22, 2020).

"CLS" does not clear the screen after "MODE"

  1. Enter a few commands.
  2. Type mode 10,10 then press enter
  3. Type CLS then enter.

Result :
After CLS

Also, mode con cols=n lines=n command does not work as I expected.

Edit :
The patch related to this bug seems to have occurred in this pull request.
https://github.com/microsoft/terminal/pull/2729

Originally created by @WiVi71 on GitHub (Mar 22, 2020). ## "CLS" does not clear the screen after "MODE" 1. Enter a few commands. 2. Type `mode 10,10` then press enter 3. Type `CLS` then enter. Result : ![After CLS](https://user-images.githubusercontent.com/59140461/77266840-075b7900-6ce4-11ea-9856-7ad30c3bb2a1.PNG) Also, `mode con cols=n lines=n` command does not work as I expected. Edit : The patch related to this bug seems to have occurred in this pull request. https://github.com/microsoft/terminal/pull/2729
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#7096