mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-06 07:38:21 +00:00
Assign handler.effects as a struct literal instead of setting fields individually. This lets the compiler catch missing fields if new effects are added to the Effects struct. Also sort the callback function typedefs in vt/terminal.h alphabetically (Bell, ColorScheme, DeviceAttributes, Enquiry, Size, TitleChanged, WritePty, Xtversion).