resize

expect fun resize(columns: Int, rows: Int, width: Int, height: Int)

Resize the TTY.

This will change the value returned by Tty.currentSize. If Tty.enableWindowResizeEvents was enabled, this will also cause Tty.Callback.onResize to be invoked.

actual fun resize(columns: Int, rows: Int, width: Int, height: Int)
actual fun resize(columns: Int, rows: Int, width: Int, height: Int)