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)
|
||||
: ShellBase(history, completer) {
|
||||
COMPLETER = completer;
|
||||
#ifndef _WIN32
|
||||
linenoiseSetMultiLine(1);
|
||||
#endif
|
||||
linenoiseSetCompletionCallback(LinenoiseCompletionGenerator);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue