Open dmdque opened 6 years ago
Right now if I press up, it prints ^[[A. Ideally it would scroll through history as shells do.
^[[A
This may be environment specific. I tested macOS 10.13.3 with bash and zsh.
Definitely a nice-to-have, but worth tracking!
Yes, it's quite a simple shell :). Good possible improvement!
@dmdque check this out https://github.com/eagr/sol-repl
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!