+3

Add support for standard terminal escape characters

Anand Gupta 12 років тому 0

Most *nix terminals support text formatting and coloring by specific control characters:

http://linuxgazette.net/issue65/padala.html 


and many build/test systems (such as Google's gtest for c/c++/js) exploit these to have nicely formatted output. It'd be great to have support for these.