This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Colorizing error messages
- From: Jerry DeLisle <jvdelisle at charter dot net>
- To: "fortran at gcc dot gnu dot org" <fortran at gcc dot gnu dot org>, dmalcolm at redhat dot com
- Date: Thu, 27 Oct 2016 11:31:26 -0700
- Subject: Colorizing error messages
- Authentication-results: sourceware.org; auth=none
Hi all,
I notice that our front end diagnostics are colorized but the runtime messages
are not. Does anyone know how we could add the color at runtime?
Jerry