ghostty_terminal_mode_get function

GhosttyResult ghostty_terminal_mode_get(
  1. GhosttyTerminal terminal,
  2. DartGhosttyMode mode,
  3. Pointer<Bool> out_value
)

Implementation

GhosttyResult ghostty_terminal_mode_get(
  GhosttyTerminal terminal,
  DartGhosttyMode mode,
  ffi.Pointer<ffi.Bool> out_value,
) => GhosttyResult.fromValue(
  _ghostty_terminal_mode_get(terminal, mode, out_value),
);