|
What compiler are you using under windows, and what version of Windows are you using?
If you're using >=Win2k and start lua from cmd.exe you should get line editing/command history more or less for "free"; <=WinME you probably have to roll your own.
Do you have a readline library for your compiler?
-j
-----Original Message-----
From: analisifunzionale [mailto:analisifunzionale@interfree.it]
Sent: Friday, February 13, 2004 6:49 AM
To: Lua list
Subject: Re: newbie question about readline
Stewart, Joseph wrote:
> If you're interested, I'll look for it.
Tks a lot, but use execute() don't resolve my problem on Win system
whitout cygwin. Anyway your answer tell me an important thing: no
ready-to-use readline in Lua :)
Now I'll develop system usign io:read(). In next step, I'm going to
extend lua via C adding readline...
Bye,
matteo!