mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-06 07:38:21 +00:00
Add GHOSTTY_TERMINAL_OPT_BELL so C consumers can receive bell notifications during VT processing. The bell trampoline follows the same pattern as write_pty. Move the C function pointer typedefs (WritePtyFn, BellFn) into the Effects struct namespace to keep callback types co-located with their storage and trampolines.