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