You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Discovered while working on #163, complicates that issue as the affected code path always runs with my WIP patch.
Screenshot:
I think this happens because there's only one offscreen frame buffer (see shaders.c:157), but each window should have its own offscreen framebuffer. Maybe? Could be totally wrong about the cause.
Reproduction steps:
With settings above, most important being background_opacity:
Run kitty +icat /path/to/image.png
Open new window in same kitty process (Ctrl+Shift+n)
Run kitty +icat /path/to/image.png
The cells should stop rendering in the second window as my screenshot shows
The text was updated successfully, but these errors were encountered:
This commit fixes graphics rendering when more than one OS window is
open, all OS windows are semi-transparent, and multiple windows contain
graphics.
This commit closeskovidgoyal#2310.
Arch Linux, 1b5daf9
Discovered while working on #163, complicates that issue as the affected code path always runs with my WIP patch.
Screenshot:

I think this happens because there's only one offscreen frame buffer (see shaders.c:157), but each window should have its own offscreen framebuffer. Maybe? Could be totally wrong about the cause.
Reproduction steps:
background_opacity
:kitty +icat /path/to/image.png
kitty +icat /path/to/image.png
The text was updated successfully, but these errors were encountered: