ghostty_formatter_terminal_new function
- Pointer<
GhosttyAllocator> allocator, - Pointer<
GhosttyFormatter> formatter, - GhosttyTerminal terminal,
- 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),
);