lua-users home
lua-l archive

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


You can also install rlwrap and use that:

rlwrap -a -r -H ~/.lua_history lua

An alias to make things easier:

alias lua="rlwrap -a -r -H ~/.lua_history lua"

Regards,
Ignacio