TextScreen.HorizontalLine

draws a horizontal line in the text buffer

class TextScreen
void
HorizontalLine
(
Vec2!size_t start
,
size_t length
,
char ch
,
ubyte fg = Colour.White
,
ubyte bg = Colour.Black
)

Meta