ghostty_terminal_mode_set function

GhosttyResult ghostty_terminal_mode_set(
  1. GhosttyTerminal terminal,
  2. DartGhosttyMode mode,
  3. bool value
)

Implementation

GhosttyResult ghostty_terminal_mode_set(
  GhosttyTerminal terminal,
  DartGhosttyMode mode,
  bool value,
) => GhosttyResult.fromValue(_ghostty_terminal_mode_set(terminal, mode, value));