getWindowSize
fun getWindowSize(): ERROR CLASS: Symbol not found for js.array.Tuple2<kotlin/Double, kotlin/Double>(source)
writeStream.getWindowSize()
returns the size of the TTY corresponding to this WriteStream
. The array is of the type [numColumns, numRows]
where numColumns
and numRows
represent the number of columns and rows in the corresponding TTY.
Since
v0.7.7