mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-06 07:38:21 +00:00
Add GHOSTTY_TERMINAL_OPT_SIZE so C consumers can respond to XTWINOPS size queries (CSI 14/16/18 t). The callback receives a GhosttySizeReportSize out-pointer and returns true if the size is available, or false to silently ignore the query. The trampoline converts the bool + out-pointer pattern to the optional that the Zig handler expects.