mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-09-20 20:48:06 +00:00
Use fixed int enum types for C++11, C23, Clang's fixed-enum extension, and GCC 13 or newer. Previously only finalized C23 mode selected an explicit underlying type, leaving C++ and common older C modes with implementation-defined enum types.