ghostty_terminal_mode_get function
- GhosttyTerminal terminal,
- DartGhosttyMode mode,
- 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),
);