[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Polling stdin...
- From: Matthew Percival <matthew@...>
- Date: Wed, 08 Feb 2006 10:16:59 +1100
G'Day,
Thanks for the replies. I figured it was unlikely there would already
be something in Lua, but I thought it best to check. I took a look at
LuaCurses, but that does not look like it would fit my needs too well,
so I have decided to make a simple (OS-dependant) extension to io.read()
--- io.read("*check") or something.
-- Matthew