Re: [PATCH 2/7] GCOV: introduce usage of terminal colors.

2017-10-31 Thread Martin Liška
On 10/30/2017 03:49 PM, David Malcolm wrote: On Mon, 2017-10-30 at 08:17 -0400, Nathan Sidwell wrote: On 10/26/2017 04:11 AM, marxin wrote: I consider using colors in context of gcov as very useful. There's example for tramp3d: https://pste.eu/p/Tl2D.html nice! gcc/ChangeLog: 2017-10-23 M

Re: [PATCH 2/7] GCOV: introduce usage of terminal colors.

2017-10-30 Thread David Malcolm
On Mon, 2017-10-30 at 08:17 -0400, Nathan Sidwell wrote: > On 10/26/2017 04:11 AM, marxin wrote: > > I consider using colors in context of gcov as very useful. There's > > example for tramp3d: > > https://pste.eu/p/Tl2D.html > > nice! > > > gcc/ChangeLog: > > > > 2017-10-23 Martin Liska > >

Re: [PATCH 2/7] GCOV: introduce usage of terminal colors.

2017-10-30 Thread Nathan Sidwell
On 10/26/2017 04:11 AM, marxin wrote: I consider using colors in context of gcov as very useful. There's example for tramp3d: https://pste.eu/p/Tl2D.html nice! gcc/ChangeLog: 2017-10-23 Martin Liska * color-macros.h: New file. * diagnostic-color.c: Factor out color relate

[PATCH 2/7] GCOV: introduce usage of terminal colors.

2017-10-26 Thread marxin
I consider using colors in context of gcov as very useful. There's example for tramp3d: https://pste.eu/p/Tl2D.html gcc/ChangeLog: 2017-10-23 Martin Liska * color-macros.h: New file. * diagnostic-color.c: Factor out color related to macros to color-macros.h. *