Re: Flush to stdio?

2013-04-02 Thread DLearner
On Monday, 1 April 2013 at 19:07:55 UTC, Iain Buclaw wrote: On 1 April 2013 19:49, DLearner wrote: On Monday, 1 April 2013 at 18:36:52 UTC, Iain Buclaw wrote: On 1 April 2013 19:13, Dleaner wrote: I was using writef("escape string" ~ "Display string") to try to sim

Re: Flush to stdio?

2013-04-01 Thread DLearner
On Monday, 1 April 2013 at 18:36:52 UTC, Iain Buclaw wrote: On 1 April 2013 19:13, Dleaner wrote: I was using writef("escape string" ~ "Display string") to try to simulate a console, but noticed that the writes are only flushed when a newline is present. Is there a 'flush' function that wor