Not sure if anyone noticed, but since implementation of
[feature-requests:#777] "Problems with ANSI Escape Sequences", any debug
printf from within our Rexx code has to be coded with an additional \r,
like printf("debug\r\n"), otherwise there is no carriage return.
A simple printf("debug\n" used to work before this change.

I'm surprised that this doesn't seem to break anything from a Rexx user
point of view, but it may still affect developers of native code.
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to