linenoise: fix potential issues on systems with unsigned char
modified external/linenoise/linenoise.c
@@ -806,9 +806,11 @@ static int linenoiseEdit(int stdin_fd, int stdout_fd, char *buf, size_t buflen,
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|