|
|
||
|
Am 15.02.2011 08:06, schrieb Dirk Laurie:
Has anyone written a module that provides readline-like input?
I.e. it allows one to:
-- edit lines with arrow keys etc
-- search a history file
-- prime the input with an editable default value
-- etc
I don't mean enabling these for the lua interpreter, I mean allowing
my own lua programs to do it.
Dirk
Probably not what you are looking for but a working sample: Lua for Windows have exhausting set of examples. There, the IUP GUI lib is ready to use. one IUP sample there is "console.wlua". --Frank