ghostty_terminal_set function
GhosttyResult
ghostty_terminal_set(
- GhosttyTerminal terminal,
- GhosttyTerminalOption option,
- Pointer<
Void> value
Implementation
GhosttyResult ghostty_terminal_set(
GhosttyTerminal terminal,
GhosttyTerminalOption option,
ffi.Pointer<ffi.Void> value,
) => GhosttyResult.fromValue(
_ghostty_terminal_set(terminal, option.value, value),
);