21 Oct
2009
21 Oct
'09
9:29 a.m.
On 21 Oct 2009, at 13:45, Ge Wang wrote:
Alright! I am happy to report that both .flush() and IO.newline() and "\n" triggering flush on chout has been fixed/implemented (I think), along with a number of associated "features" fixed. The code is in CVS and will be released with the next version, which we might just release soon!
I think that the normal behavior in C/C++ is that '\n' does not flush. - One might have a multiline display, just wanting to flush after all has been written. Hans