Colors and warnings and errors.
Sven Eschenberg
eschenb@cs.uni-frankfurt.de
Sat Mar 11 21:19:00 GMT 2006
Fran wrote:
>I saw manpage of gcc, but I ca not see nothing about the possibility of
>assign color of console to warnings and error.
>
>It's posible?
>
>
>
Since this is not a gcc specific issue, but rather os dependant, it's
obviously not int he gcc man page ...
If you want to output to a terminal with coloring and cursor control,
you might want to look at (n)curses and it's API or use ANSI
ESC-Sequences or manipulate the terminal device directly ...
More information about the Gcc-help
mailing list