ghostty_terminal_new function
GhosttyResult
ghostty_terminal_new(
- Pointer<
GhosttyAllocator> allocator, - Pointer<
GhosttyTerminal> terminal, - GhosttyTerminalOptions options
Implementation
GhosttyResult ghostty_terminal_new(
ffi.Pointer<GhosttyAllocator> allocator,
ffi.Pointer<GhosttyTerminal> terminal,
GhosttyTerminalOptions options,
) => GhosttyResult.fromValue(
_ghostty_terminal_new(allocator, terminal, options),
);