ghostty_sgr_new function

GhosttyResult ghostty_sgr_new(
  1. Pointer<GhosttyAllocator> allocator,
  2. Pointer<GhosttySgrParser> parser
)

Implementation

GhosttyResult ghostty_sgr_new(
  ffi.Pointer<GhosttyAllocator> allocator,
  ffi.Pointer<GhosttySgrParser> parser,
) => GhosttyResult.fromValue(_ghostty_sgr_new(allocator, parser));