Resizing the terminal window results in glitchy text-rendering behavior. (Duplicate #3088) #7242
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
Environment
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
The text was updated successfully, but these errors were encountered: