mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-06 07:38:21 +00:00
Add a C ABI row-iterator handle for render state with ghostty_render_state_row_iterator_new and ghostty_render_state_row_iterator_free, and wire them through src/terminal/c/main.zig, src/lib_vt.zig, and include/ghostty/vt/render.h. The header now documents only the currently exported iterator API.