ghostty_terminal_resize function
- GhosttyTerminal terminal,
- int cols,
- int rows
Implementation
GhosttyResult ghostty_terminal_resize(
GhosttyTerminal terminal,
int cols,
int rows,
) => GhosttyResult.fromValue(_ghostty_terminal_resize(terminal, cols, rows));