lua-l archive
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
] [
Date Index
] [
Thread Index
]
Subject
:
Re: Why can't the Lua REPL remember?
From
: Ignacio Burgueño <iburgueno@
...
>
Date
: Fri, 4 Oct 2013 11:48:58 -0300
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
Follow-Ups
:
Re: Why can't the Lua REPL remember?
,
Dirk Laurie
References
:
Why can't the Lua REPL remember?
,
Dirk Laurie
Re: Why can't the Lua REPL remember?
,
Luiz Henrique de Figueiredo
Prev by Date:
Re: pairs(t, skey) and ipairs(t, skey)
Next by Date:
Re: Overused OO: was Requesting Suggestions for intermediate/advanced book on Lua
Previous by thread:
Re: Why can't the Lua REPL remember?
Next by thread:
Re: Why can't the Lua REPL remember?
Index(es):
Date
Thread