mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of github.com:arangodb/arangodb into devel
This commit is contained in:
commit
929835c7e4
|
@ -81,7 +81,9 @@ LinenoiseShell::LinenoiseShell (std::string const& history,
|
||||||
Completer* completer)
|
Completer* completer)
|
||||||
: ShellBase(history, completer) {
|
: ShellBase(history, completer) {
|
||||||
COMPLETER = completer;
|
COMPLETER = completer;
|
||||||
|
#ifndef _WIN32
|
||||||
linenoiseSetMultiLine(1);
|
linenoiseSetMultiLine(1);
|
||||||
|
#endif
|
||||||
linenoiseSetCompletionCallback(LinenoiseCompletionGenerator);
|
linenoiseSetCompletionCallback(LinenoiseCompletionGenerator);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue