resizeWindow

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

Called when the shell requests a window resize.

Parameters

rows

target row count.

columns

target column count.