[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua, and accessing nodes in /dev/ (Lua in Linux)...
- From: D Burgess <dburgess@...>
- Date: Thu, 9 Feb 2006 10:37:28 +1100
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