ghostty_osc_new function

GhosttyResult ghostty_osc_new(
  1. Pointer<GhosttyAllocator> allocator,
  2. Pointer<GhosttyOscParser> parser
)

Implementation

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