Terminal Dimensions
data class TerminalDimensions(val rows: Int, val columns: Int, val widthPixels: Int, val heightPixels: Int)(source)
Represents the terminal's character grid and physical viewport.
Pixel dimensions are populated by the Compose Terminal. Headless users get dimensions based on the cell size supplied to TerminalEmulator.setCellPixelSize.