lua-users home
lua-l archive

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



On 29 Jan 2004 at 18:17, Reuben Thomas wrote:

> Why, when I run the following:
> lua -e "io.stdin:read '*a'"
> do I need to press Ctrl+C twice to escape?

Mmmh, stdin is a stream, not a tty :))