-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
Cursor movements distort wide cells in a different row #10456
Comments
Ah, crap. I remember this bug, but I thought we'd fixed it before 19041. Let me go digging. |
It looks like it's been fixed since 19041:
Trying to track down the change that fixed it. |
Thank you, I can't reproduce it with the latest OpenConsole indeed, at least in this particular scenario. By the way, is there any "official" way to find out which host and which version of it is being used by the process? I'm aware that no check can can be 100% reliable because of SSH / telnet etc. |
I think this is /dup #2191, fixed by #4668
Not really, no. If |
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! |
Windows Terminal version (or Windows build number)
10.0.19041.1055
Other Software
No response
Steps to reproduce
Compile and run the following code using the standard console host:
Expected Behavior
The program draws two areas:
It also constantly moves the cursor left and right.
The grey area is expected to stay static and display the characters correctly:
![image](https://user-images.githubusercontent.com/11453922/122611826-e82fd080-d079-11eb-917c-bc81c6d286bd.png)
Actual Behavior
The simultaneous cursor movements in another row distort the characters in the grey area:
![image](https://user-images.githubusercontent.com/11453922/122611951-262cf480-d07a-11eb-95d4-a8fb72239b3e.png)
The text was updated successfully, but these errors were encountered: