ghostty_terminal_paste function
GhosttyResult
ghostty_terminal_paste(
- GhosttyTerminal terminal,
- Pointer<
GhosttyPaste> paste, - Pointer<
Bool> out_written
Implementation
GhosttyResult ghostty_terminal_paste(
GhosttyTerminal terminal,
ffi.Pointer<GhosttyPaste> paste,
ffi.Pointer<ffi.Bool> out_written,
) => GhosttyResult.fromValue(
_ghostty_terminal_paste(terminal, paste, out_written),
);