[ECOS] Re: diag_printf refuses to print ANSI escape sequences?

Paul D. DeRocco pderocco@ix.netcom.com
Mon May 28 20:22:00 GMT 2007


> From: Sergei Gavrikov
> 
> Why is here this flame? If you need to expand the 
> diag_printf() add own CDL rule to expand that diag_check_string ():
> 
> if( c == '\n' || c == '\r' || c == '\b' || c == '\t' || c == '\E' )
>     continue;
> 
> Gary already did point on that.

Or perhaps a CDL rule to turn off the string checking entirely. I'll bet
most people had no idea it was in there at all, until this thread came up.
It's certainly unexpected behavior to me. I would have expected diagnostic
output to be lightweight, with minimum built-in cleverness. So would the OP,
apparently.

-- 

Ciao,               Paul D. DeRocco
Paul                mailto:pderocco@ix.netcom.com 


--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss



More information about the Ecos-discuss mailing list