ghostty_formatter_free function
- @Native<Void Function(GhosttyFormatter)>(GhosttyFormatter)>()
- GhosttyFormatter formatter
Free a formatter instance.
Releases all resources associated with the formatter. After this call, the formatter handle becomes invalid.
@param formatter The formatter handle to free (may be NULL)
@ingroup formatter
Implementation
@ffi.Native<ffi.Void Function(GhosttyFormatter)>()
external void ghostty_formatter_free(GhosttyFormatter formatter);