Coloring terminal output.

Lionello Lunesu via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Wed Jul 16 02:28:31 PDT 2014


On 13/07/14 22:11, yamadapc wrote:
> Hello all :)
>
> I've made a simple port of ruby's colorize library for D.
> I'd greatly appreciate any feedback. Windows isn't supported,
> yet.
>
> Links:
> http://code.dlang.org/packages/colorize
> https://github.com/yamadapc/d-colorize
> https://github.com/fazibear/colorize

Good timing. I just added coloring support to DMD:

https://github.com/D-Programming-Language/dmd/blob/master/src/color.c

You can clearly see the difference between Windows and *nix.

L.


More information about the Digitalmars-d-announce mailing list