Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 477 Bytes

File metadata and controls

24 lines (16 loc) · 477 Bytes

Donsole

Uses WinAPI to colorize and format text in console

Documentation

Usefull functions

writec(params)

writes char/chars to console

writecln(string)

writes line to console

fillArea(topleft, bottomright, char)

fills given area with char

drawBox(topleft, bottomright, char)

draws a border with char

drawHorizontalLine(startpos, length, char)

draws a horizontal line

drawVerticalLine(startpos, length, char)

draws a vertical line