ShellRequest.Resize

API: Stable

An event triggered when a user resizes a terminal

data class Resize(
    val cols: Int,
    val rows: Int,
    val type: String /* "resize" */,
)
Properties
cols: Int
rows: Int
type: String /* "resize" */ The type discriminator