Re: [ovs-dev] [PATCH v2 3/6] dynamic-string: define functions to print colored output

2016-02-23 Thread Ben Pfaff
On Mon, Feb 15, 2016 at 04:21:06PM +0100, Quentin Monnet wrote: > Define three functions, respectively used for: > > * printing a new color marker before text to colorize > * printing end color marker > * wrapping the two previous functions into a substitute to > ds_put_format(), with colors >

[ovs-dev] [PATCH v2 3/6] dynamic-string: define functions to print colored output

2016-02-15 Thread Quentin Monnet
Define three functions, respectively used for: * printing a new color marker before text to colorize * printing end color marker * wrapping the two previous functions into a substitute to ds_put_format(), with colors Signed-off-by: Quentin Monnet ---