ghostty_osc_new function
GhosttyResult
ghostty_osc_new(
- Pointer<
GhosttyAllocator> allocator, - Pointer<
GhosttyOscParser> parser
Implementation
GhosttyResult ghostty_osc_new(
ffi.Pointer<GhosttyAllocator> allocator,
ffi.Pointer<GhosttyOscParser> parser,
) => GhosttyResult.fromValue(_ghostty_osc_new(allocator, parser));