linenoise update to the latest version keep our local changes
modified external/linenoise/linenoise.c
@@ -125,6 +125,7 @@ static linenoiseHintsCallback *hintsCallback = NULL;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -197,6 +198,19 @@ FILE *lndebug_fp = NULL;
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -525,7 +539,11 @@ static void refreshSingleLine(struct linenoiseState *l) {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -579,7 +597,12 @@ static void refreshMultiLine(struct linenoiseState *l) {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -647,7 +670,8 @@ int linenoiseEditInsert(struct linenoiseState *l, char c) {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified external/linenoise/linenoise.h
@@ -65,6 +65,8 @@ int linenoiseHistoryLoad(const char *filename);
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|