mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
commit
6bc3c8cc14
@ -58,6 +58,8 @@ ReplxxLineReader::ReplxxLineReader(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
rx.install_window_change_handler();
|
||||||
|
|
||||||
auto callback = [&suggest] (const String & context, size_t context_size)
|
auto callback = [&suggest] (const String & context, size_t context_size)
|
||||||
{
|
{
|
||||||
if (auto range = suggest.getCompletions(context, context_size))
|
if (auto range = suggest.getCompletions(context, context_size))
|
||||||
|
2
contrib/replxx
vendored
2
contrib/replxx
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 8cf626c04e9a74313fb0b474cdbe2297c0f3cdc8
|
Subproject commit 254be98ae7f2fd92d6db768f8e11ea5a5226cbf5
|
@ -53,7 +53,7 @@ if (NOT LIBRARY_REPLXX OR NOT INCLUDE_REPLXX OR NOT EXTERNAL_REPLXX_WORKS)
|
|||||||
"${LIBRARY_DIR}/src/ConvertUTF.cpp"
|
"${LIBRARY_DIR}/src/ConvertUTF.cpp"
|
||||||
"${LIBRARY_DIR}/src/escape.cxx"
|
"${LIBRARY_DIR}/src/escape.cxx"
|
||||||
"${LIBRARY_DIR}/src/history.cxx"
|
"${LIBRARY_DIR}/src/history.cxx"
|
||||||
"${LIBRARY_DIR}/src/io.cxx"
|
"${LIBRARY_DIR}/src/terminal.cxx"
|
||||||
"${LIBRARY_DIR}/src/prompt.cxx"
|
"${LIBRARY_DIR}/src/prompt.cxx"
|
||||||
"${LIBRARY_DIR}/src/replxx_impl.cxx"
|
"${LIBRARY_DIR}/src/replxx_impl.cxx"
|
||||||
"${LIBRARY_DIR}/src/replxx.cxx"
|
"${LIBRARY_DIR}/src/replxx.cxx"
|
||||||
|
Loading…
Reference in New Issue
Block a user