-
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
SetConsoleScreenBufferInfoEx isn't working well on Window Terminal. #14568
Comments
I think the only issue here is that we don't support screen size changes in Windows Terminal. If I remember correctly, the |
Thanks for your response @j4james. Do you prefer I close this issue and use the tracked one? |
Yea, that's probably easiest, thanks! /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! |
Windows Terminal version
1.15.3466.0
Windows build number
10.0.22621.963
Other Software
No response
Steps to reproduce
Please try to run this code:
Expected Behavior
With
Windows Console Host
I get the right size:Actual Behavior
With
Windows Terminal
I don't get the right size screen as expected. See the point missing after the wordscrolling.
Look at the green blanks filled at the bottom which occupies all the incorrect console size.
If I'm doing something wrong, please let me know. Thanks.
The text was updated successfully, but these errors were encountered: