fillLine

fun fillLine(row: Int, char: Char = ' ')

Overwrites an entire row with a specific character and the current style.

Parameters

row

The index of the visible row to fill.

char

The character to fill the row with (defaults to space).