[RFC] ColorD

Robik szadows at gmail.com
Sun Oct 21 14:32:25 PDT 2012


On Sunday, 21 October 2012 at 21:25:14 UTC, Era Scarecrow wrote:
> On Sunday, 21 October 2012 at 19:28:21 UTC, Robik wrote:
>> I would like to introduce ColorD, small library that allows to 
>> simply manipulate console output colors, both on Windows and 
>> Posix operating systems. It also supports font styles such as 
>> underline and strikethrough(Posix feature only).
>
>  Does this rely on nCurses? (or similar)

No, everything is written from scratch. On Windows side it used 
WinAPI functions, on Posix, ANSI codes.


More information about the Digitalmars-d mailing list