resizeWindow

abstract fun resizeWindow(rows: Int, columns: Int)

Requests that the host resize the terminal window to the specified grid dimensions.

Parameters

rows

target row count.

columns

target column count.