TextScreen.VerticalLine

draws a vertical line in the text buffer

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

Meta