mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-06 07:38:21 +00:00
Switch RenderState.Dirty to lib.Enum so it uses C-compatible enum backing when building the C ABI target. Add GhosttyRenderStateDirty and new ghostty_render_state_dirty_get/set declarations to the render header, then wire both functions through src/terminal/c/main.zig and the lib_vt export table.