-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[REG 1.11->1.12] Screen updates are extremely slow on Windows #2435
Comments
Bisected to #2321 which added: setlocale(LC_ALL, ""); Removing this line solves this. |
orgads
added a commit
to orgads/ninja
that referenced
this issue
May 4, 2024
It causes the cursor handling to be extremely slow on MinGW. Added in ninja-build#2321. Fixes ninja-build#2435.
orgads
added a commit
to orgads/MINGW-packages
that referenced
this issue
May 4, 2024
Reported in ninja-build/ninja#2435 PR waiting for approval: ninja-build/ninja#2437.
Thanks for reporting! |
orgads
added a commit
to orgads/ninja
that referenced
this issue
May 5, 2024
It causes the cursor handling to be extremely slow on MinGW. Added in ninja-build#2321. Fixes ninja-build#2435. (cherry picked from commit 3d1a5fa)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With Ninja 1.12, the progress updates are horribly slow, and it looks like the cursor passes through all the characters one by one. It looks like running on 80386...
With 1.11 it worked much better.
Run example:
The text was updated successfully, but these errors were encountered: