Skip to main content

KITTY_GRAPHICS

Constant KITTY_GRAPHICS 

Source
pub const KITTY_GRAPHICS: Type = 30;
Expand description

The Kitty graphics image storage for the active screen.

Returns a borrowed pointer to the image storage. The pointer is valid until the next mutating terminal call (e.g. ghostty_terminal_vt_write() or ghostty_terminal_reset()).

Returns GHOSTTY_NO_VALUE when Kitty graphics are disabled at build time.

Output type: GhosttyKittyGraphics *