ghostty_terminal_paste function

GhosttyResult ghostty_terminal_paste(
  1. GhosttyTerminal terminal,
  2. Pointer<GhosttyPaste> paste,
  3. 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),
);