ghostty_terminal_new function

GhosttyResult ghostty_terminal_new(
  1. Pointer<GhosttyAllocator> allocator,
  2. Pointer<GhosttyTerminal> terminal,
  3. 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),
);