onResize

expect abstract fun onResize(columns: Int, rows: Int, width: Int, height: Int)

If Tty.enableWindowResizeEvents was invoked, this is called when the window is resized.

actual abstract fun onResize(columns: Int, rows: Int, width: Int, height: Int)
actual abstract fun onResize(columns: Int, rows: Int, width: Int, height: Int)