[RFC] ColorD

F i L witte2008 at gmail.com
Sun Oct 21 13:44:21 PDT 2012


Robik wrote:
> Hello,
>
> 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).


It might be nice to have a solution which works better with 
native writeln(), aka, something like:

     import std.stdio, colord;

     void main() {
         writeln(Colors.Red, "Foo Bar", Colors.Reset);
     }



More information about the Digitalmars-d mailing list