ghostty_terminal_get function
GhosttyResult
ghostty_terminal_get(
- GhosttyTerminal terminal,
- GhosttyTerminalData data,
- 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));