-
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
Windows Terminal text bug #13375
Comments
|
yes. But it doesn't change the size, Because I use it in old cmd., c++ console use SetConsoleScreenBufferSize same problem, |
Could you clarify here/? What are the exact repro steps - resizing the terminal most certainly would affect the outcome here. Similarly with attempting to call SetConsoleScreenBufferInfo to change the buffer size - that likely won't work in Terminal at all the same way you'd expect from the vintage console. |
When I remove the code that tries to change the console window size, it works fine. It's just that the terminal can't change the console window size like the old console. bat code : c++ code: or
|
Windows Terminal version
1.13.2205.23002
Windows build number
10.22621
Other Software
Steps to reproduce
If you display very long text, it will be disordered
Expected Behavior
Actual Behavior
The text was updated successfully, but these errors were encountered: