-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
macOS: sometimes content lingers after resize when alpha #1207
Comments
I cannot reproduce this on my macbook. Indeed during a resize, the kitty window is explicitly rendered with an empty background color, so I dont see how this can happen. This was done deliberately, see 21d586c |
I usually have to give this a few (~10) tries before the issue shows up. Resizing from small to big. |
I tried resizing it continuously big smal smal big for a few minutes ata time and could not reproduce. |
Ok. I also notice this, on a rare occasion, happens when i press |
dont see how, kitty is single threaded, only input from the child process is read in a different thread. All actual rendering happens in one thread. |
I'm not able to recreate this issue consistently, but here are steps to reproduce:
Sometimes when i do this the font enlarges and changes ratio, and sometimes when this happens, the stretched / enlarged text is left as part of the background ( screen is not completly cleared it seem ).
I'm on macOS, kitty version 0.13.0.
Screenshot of artifact after resize ( notice the white enlarged text in the background ):
The text was updated successfully, but these errors were encountered: