Skip to content
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

Resizing the terminal window results in glitchy text-rendering behavior. (Duplicate #3088) #7242

Closed
Va1a opened this issue Aug 10, 2020 · 2 comments
Labels
Needs-Tag-Fix Doesn't match tag requirements Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting

Comments

@Va1a
Copy link

Va1a commented Aug 10, 2020

Environment

Windows build number: Microsoft Windows NT 10.0.19041.0
Windows Terminal version (if applicable): 1.1.2021.0

Steps to reproduce

Run any program which re-writes a line of text (such as a python script which overwrites the current line by moving the cursor up and clearing it, and then re-writing a new line- and does this action frequently in a loop, and attempt to resize the window.

Expected behavior

Resizing the window should not affect the text at all, it should remain as it was properly printed before the resize.
Like so: https://gyazo.com/33d6e441d0bb8105ec118c6a9e69f900

Actual behavior

The text being constantly overwritten is printed multiple times as if the line up and line clear ansi escape codes are not properly functioning while the windows is being resized.
Like so: https://gyazo.com/47d1ddba7916222121417d2e4776788a

@ghost ghost added Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Needs-Tag-Fix Doesn't match tag requirements labels Aug 10, 2020
@skyline75489
Copy link
Collaborator

Is this somewhat related to #3088 ?

@Va1a
Copy link
Author

Va1a commented Aug 11, 2020

Yep. That's exactly what it is. My bad on the dupe, I don't think I would've ever found it as I do not know the exact wording of this scenario. Hope it gets fixed though. 👍

@Va1a Va1a changed the title Resizing the terminal window results in glitchy text-rendering behavior. Resizing the terminal window results in glitchy text-rendering behavior. (Duplicate #3088) Aug 11, 2020
@Va1a Va1a closed this as completed Aug 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs-Tag-Fix Doesn't match tag requirements Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting
Projects
None yet
Development

No branches or pull requests

2 participants