linenoise
linenoise copied to clipboard
Helper function to add history entries as tab completions
Adds function which makes it easy to add the history as tab completions.
Usage example:
void completion(const char* buf, linenoiseCompletions* lc) { linenoiseAddHistoryCompletions(buf, lc); }
Merged https://github.com/rain-1/linenoise/commit/53c5a1c60ed6c0657706cc4ff461f2070a914e53