ghostty_formatter_terminal_new function

GhosttyResult ghostty_formatter_terminal_new(
  1. Pointer<GhosttyAllocator> allocator,
  2. Pointer<GhosttyFormatter> formatter,
  3. GhosttyTerminal terminal,
  4. GhosttyFormatterTerminalOptions options,
)

Implementation

GhosttyResult ghostty_formatter_terminal_new(
  ffi.Pointer<GhosttyAllocator> allocator,
  ffi.Pointer<GhosttyFormatter> formatter,
  GhosttyTerminal terminal,
  GhosttyFormatterTerminalOptions options,
) => GhosttyResult.fromValue(
  _ghostty_formatter_terminal_new(allocator, formatter, terminal, options),
);