d-colorize/source/colorize
yamadapc 7398ee11f1 Fix a bunch of bugs in the cwrite module.
We had problems with format parameters dispatching (`cwritefln` ended up
calling `format` with '\n' as a trailing - orphan - format parameter),
`format` not being imported from `std.string` and an infinitely
recursive template case for the overloaded `cwritef` function.

This also bumps the version to 0.2.1.
2014-07-30 20:12:01 -03:00
..
colorize.d Reorganize package as to split in several files (colourize, Windows term emulation, and cprintf functions). 2014-07-28 22:54:08 +02:00
cwrite.d Fix a bunch of bugs in the cwrite module. 2014-07-30 20:12:01 -03:00
package.d Partially implement coloured write/writef/... 2014-07-28 23:55:16 +02:00
winterm.d Remove trailing spaces and newlines. 2014-07-30 14:35:19 -03:00