mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-14 11:35:48 +00:00
Add four new terminal options for configuring Kitty graphics at runtime through the C API: storage limit, and the three loading medium flags (file, temporary file, shared memory). The storage limit setter propagates to all initialized screens and uses setLimit which handles eviction when lowering the limit. The medium setters similarly propagate to all screens. Getters read from the active screen. All options compile to no-ops or return no_value when kitty graphics are disabled at build time.