/Donsole

Console written in D

Primary LanguageD

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