mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-08-05 23:28:41 +00:00
Represent Kitty image data as a complete/pending tagged union. Kitty images can now be completed _later_ if we have all their other metadata up front. This will be used by the snapshot API to transmit lightweight information up front so that renderers of the snapshot can show placeholders and accept mutating pty data, while the real image data streams in later. No user-visible behavior changes today.