ghostty_osc_free function
- @Native<Void Function(GhosttyOscParser)>(GhosttyOscParser)>()
- GhosttyOscParser parser
Free an OSC parser instance.
Releases all resources associated with the OSC parser. After this call, the parser handle becomes invalid and must not be used.
@param parser The parser handle to free (may be NULL)
@ingroup osc
Implementation
@ffi.Native<ffi.Void Function(GhosttyOscParser)>()
external void ghostty_osc_free(GhosttyOscParser parser);