getSize method

(int, int) getSize()

Returns the current cell size of the terminal window.

Implementation

(int, int) getSize() {
  return (80, 24);
}