lua-users home
lua-l archive

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


 try

tty:setvbuf("no")

>         Does anyone know if it is possible to do this in Lua?  I would imagine
> I would would need to write a different io library set for file
> descriptors (in place of the FILE* library currently used), but even if
> I did this I am not sure whether that would be enough or not.

You might try luafs from the kepler project (except I found the
library inadequate
for my uses).

DB