mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-09-14 18:01:58 +00:00
Use an immediately invoked lambda for GHOSTTY_INIT_SIZED in C++ so the macro value-initializes every field before setting the ABI size. The previous C compound literal and designated initializer required compiler extensions in C++17 and C++20. Keep the existing standard compound literal for C callers.