solidity-repl icon indicating copy to clipboard operation
solidity-repl copied to clipboard

Up and down should scroll through history

Open dmdque opened this issue 6 years ago • 2 comments

Right now if I press up, it prints ^[[A. Ideally it would scroll through history as shells do.

This may be environment specific. I tested macOS 10.13.3 with bash and zsh.

Definitely a nice-to-have, but worth tracking!

dmdque avatar Mar 09 '18 00:03 dmdque

Yes, it's quite a simple shell :). Good possible improvement!

raineorshine avatar Mar 11 '18 08:03 raineorshine

@dmdque check this out https://github.com/eagr/sol-repl

eagr avatar Apr 13 '22 14:04 eagr