https://bugs.winehq.org/show_bug.cgi?id=57195
Artem S. Tashkinov aros@gmx.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED
--- Comment #5 from Artem S. Tashkinov aros@gmx.com --- (In reply to RĂ©mi Bernon from comment #4)
I think it's probably be caused by DPI scaling rounding that triggers some feedback loop in the window resize events.
Could you try with https://gitlab.winehq.org/wine/wine/-/merge_requests/6499? It makes the console window DPI aware, and may have an effect on this.
The patch fixes:
1. Infinite repainting 2. Blurriness
Thanks a ton!
What's not fixed:
Moving the cursor up and down is still really _slow_ vs previous Wine releases (or so it seems). But with the default DPI and font settings it's still the case, so let's consider this bug report fixed. I'm too lazy to test it.
Please push a merge request.