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
Kitty graphics cache stamps: KittyGraphics.generation and KittyImage.generation let renderers detect placement and image cache
invalidation without comparing image bytes.
Absolute viewport scrolling: Terminal.scrollToRow() restores viewport
positions using the same row space as Scrollbar.offset.
Changed
Kitty graphics pixel data: stored image payloads are exposed as decoded,
decompressed pixels, including PNG and zlib-compressed transmissions.
Scrollbar metadata: scrollbar reads use Ghostty's cached offset and
incrementally maintained total, reducing repeated scrollback traversal.