mirror-ghostty/include
Mitchell Hashimoto 25679f3ae7
vt: add C API header for terminal mode tags
Add modes.h with GhosttyModeTag, a uint16_t typedef matching the
Zig ModeTag packed struct layout (bits 0-14 for the mode value,
bit 15 for the ANSI flag). Three inline helper functions provide
construction and inspection: ghostty_mode_tag_new,
ghostty_mode_tag_value, and ghostty_mode_tag_ansi.
2026-03-16 15:48:26 -07:00
..
ghostty vt: add C API header for terminal mode tags 2026-03-16 15:48:26 -07:00
ghostty.h input: add direct set_surface_title and set_tab_title actions 2026-03-11 09:25:08 -07:00
module.modulemap include: comment the modulemap 2023-02-19 10:44:53 -08:00