bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Colored output


From: Akim Demaille
Subject: Re: Colored output
Date: Tue, 12 Feb 2019 07:18:00 +0100

Hi Bruno,

There's something which is not quite clear to me: is it supported to mix the 
ostream based interface with the regular FILE* one?  My initial motivation is 
to support colored diagnostics, which are built by tons of fprintf to stderr.  
Currently libtextstyle does not support formatting primitives, and also, I 
don't plan to require libtextstyle. So I would prefer to stick to fprintf, and 
which a few well placed invocations to libtextstyle.

Is this a supported use case?  Or must (or should) everything be moved on top 
of ostreams?

Cheers!


reply via email to

[Prev in Thread] Current Thread [Next in Thread]