ghostty_terminal_get function

GhosttyResult ghostty_terminal_get(
  1. GhosttyTerminal terminal,
  2. GhosttyTerminalData data,
  3. Pointer<Void> out
)

Implementation

GhosttyResult ghostty_terminal_get(
  GhosttyTerminal terminal,
  GhosttyTerminalData data,
  ffi.Pointer<ffi.Void> out,
) => GhosttyResult.fromValue(_ghostty_terminal_get(terminal, data.value, out));