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