summaryrefslogtreecommitdiffstats
path: root/linenoise.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make readline conditional and add linenoise it not present.Chris Johns2019-07-021-0/+73
- Readline is not present on all hosts is used on and it has not been a requirement. Rather than break all hosts that are working this patch conditionally adds linenoise a small simple realline replacement.