Open devurandom opened 9 years ago
It appears that multi-line pastes are not supported with linenoise. Whenever I past several lines, only the first one shows up in lua-repl.
With the readline backend (i.e. linenoise.so not installed in ~/.luarocks/lib/lua/5.1), I can paste multiple lines.
linenoise.so
~/.luarocks/lib/lua/5.1
@devurandom Thanks for the input; apparently upstream linenoise now has a multi line mode. I'll see about incorporating this into lua-repl.
It appears that multi-line pastes are not supported with linenoise. Whenever I past several lines, only the first one shows up in lua-repl.
With the readline backend (i.e.
linenoise.so
not installed in~/.luarocks/lib/lua/5.1
), I can paste multiple lines.