resize

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

Resizes the remote terminal transport in character cells.

Parameters

columns

new column width count.

rows

new row height count.