resize method

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

Resize the pseudo-terminal.

Implementation

void resize(int rows, int cols) {}