lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Well, it is easy enough to change the buffering (see
> http://www.lua.org/manual/5.1/manual.html#pdf-file:setvbuf)
> io.stdout:setvbuf("no")

I missed this one thanks. Well io.stdout:setvbuf("line") would be even more appropriate in that case.

Thx

 -C