Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed linenoise warnings | Christian Mollekopf | 2018-05-24 |
| | |||
* | linenoise: Use inline instead of static | Christian Mollekopf | 2018-05-23 |
| | |||
* | Replaced readline with cpp-linenoise | Christian Mollekopf | 2018-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 |