resize abstract method

void resize(
  1. int width,
  2. int height
)

Resizes the terminal screen to the given width and height.

Implementation

void resize(int width, int height);