ghostty_terminal_set function

GhosttyResult ghostty_terminal_set(
  1. GhosttyTerminal terminal,
  2. GhosttyTerminalOption option,
  3. 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),
);