GhosttyTerminalBellFn typedef

Callback function type for bell.

Called when the terminal receives a BEL character (0x07).

@param terminal The terminal handle @param userdata The userdata pointer set via GHOSTTY_TERMINAL_OPT_USERDATA

@ingroup terminal

Implementation

typedef GhosttyTerminalBellFn =
    ffi.Pointer<ffi.NativeFunction<GhosttyTerminalBellFnFunction>>;