Le 01/03/2013 11:04, Malcolm McLean a écrit :
> How widely supported are the escape ... m colour codes for text?
This is not a C-related question, but it depends on your terminal
capabilities (ie. TERM environment variable on Unix ; man -i 5
terminfo). Most Unix flavor terminal have vt220 flavored escape sequence
support (
http://en.wikipedia.org/wiki/ANSI_escape_code), for example.
You may want to use a more abstract way to do that, however (such as
http://en.wikipedia.org/wiki/Curses_...ing_library%29)