Files
ghostty/src/terminal
Mitchell Hashimoto 9ff4bb2df5 terminal/kitty: convert Format, Medium, Compression to lib.Enum
Convert the Transmission.Format, Transmission.Medium, and
Transmission.Compression types from plain Zig enums to lib.Enum so
they get a C-compatible backing type when building with c_abi. This
lets the C API layer reuse the types directly instead of maintaining
separate mirror enums.

Move Format.bpp() to a standalone Transmission.formatBpp() function
since lib.Enum types cannot have decls.

In the C API layer, rename kitty_gfx to kitty_storage and command to
kitty_cmd for clarity, and simplify the format/compression getters
to direct assignment now that the types are shared.
2026-04-06 09:31:43 -07:00
..
2025-12-03 13:27:36 -08:00
2026-03-25 08:41:50 -07:00
2026-03-16 16:01:53 -07:00
2025-11-27 13:37:53 -08:00