ghostty_terminal_continuation_alloc function
GhosttyResult
ghostty_terminal_continuation_alloc(
- GhosttyTerminal terminal,
- Pointer<
GhosttyAllocator> allocator, - Pointer<
Pointer< out_ptr,Uint8> > - Pointer<
Size> out_len,
Implementation
GhosttyResult ghostty_terminal_continuation_alloc(
GhosttyTerminal terminal,
ffi.Pointer<GhosttyAllocator> allocator,
ffi.Pointer<ffi.Pointer<ffi.Uint8>> out_ptr,
ffi.Pointer<ffi.Size> out_len,
) => GhosttyResult.fromValue(
_ghostty_terminal_continuation_alloc(terminal, allocator, out_ptr, out_len),
);