ghostty_osc_free function

  1. @Native<Void Function(GhosttyOscParser)>(GhosttyOscParser)>()
void ghostty_osc_free(
  1. 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);