resizeEvent

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

Send a resize event to tty's callback.

On Windows this event can only be observed by during calls to Tty.read or Tty.readWithTimeout. On other platforms this is delivered to the callback synchronously.

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