getLine

abstract fun getLine(row: Int): TerminalLine

Returns the visible line at row, or a shared void line when row is out of bounds.

Return

The TerminalLine at the specified row, or a dummy blank line if out of bounds.

Parameters

row

Zero-based row index.