getWindowSize method
Returns the size of the TTY corresponding to this stream.
The returned array is of the type numColumns, numRows
where numColumns
and numRows represent the number of columns and rows in the corresponding
TTY.
Implementation
external List<num> getWindowSize();