resize method

void resize(
  1. int cols,
  2. int rows
)

Resizes the terminal to an explicit cols×rows.

Implementation

external void resize(int cols, int rows);