summaryrefslogtreecommitdiffstats
path: root/sinksh/repl/linenoise.hpp
Commit message (Collapse)AuthorAge
* Replaced readline with cpp-linenoiseChristian Mollekopf2018-05-23
... a single header readline replacement that works on all linux, osx and windows (or so they claim). Besides cleaning up the code considerably, it should help us build sinksh on windows where readline is not really (there are some ancient broken readline ports) available. cpp-readline comes from here: https://github.com/yhirose/cpp-linenoise