-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"CLS" does not clear the screen after "MODE" #5079
Comments
I mean, the real problem here is that |
Note that this is a problem for all the VT resizing sequences too. For example, you'll get the same problem resizing the screen from within a bash shell like this:
And if you want to make The real issue, though, is deciding how the Terminal should deal with a resize request. When you've got multiple tabs, each potentially requesting a different size, you can't satisfy all of them at once. I've been thinking about this for a while, and there were three approaches that I considered:
Personally I'm in favor of option 3, but I suspect others will disagree, and it may need to be a configurable preference. It's also possible there are other better approaches that I haven't thought of. |
Ugh, we don't have an issue for handling resize in Terminal? Sorry. |
Moved discussion about resize to #5094. The pseudoconsole actually does send out window manipulation (because it needed to when you run As for the bug here: right now, unfortunately, it's by design because we do not support resizing the terminal with /dup #5094 |
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
"CLS" does not clear the screen after "MODE"
mode 10,10
then press enterCLS
then enter.Result :
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.
#2729
The text was updated successfully, but these errors were encountered: