ghostty_terminal_resize function

GhosttyResult ghostty_terminal_resize(
  1. GhosttyTerminal terminal,
  2. int cols,
  3. int rows
)

Implementation

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