TerminalDimensions

data class TerminalDimensions(val rows: Int, val columns: Int)(source)

Represents the size of the terminal in characters.

Constructors

Link copied to clipboard
constructor(rows: Int, columns: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val rows: Int