mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
c35eb86a37
After switching to replxx you don't need the following anymore: - RL_PROMPT_START_IGNORE (\001) - RL_PROMPT_END_IGNORE (\002) And those symbols also breaks the client prompt (the text length calculated incorrectly, it does not interpret "\x01" as an escape sequence but instead just a bunch of bytes and shows extra whitespaces after prompt). Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com> |
||
---|---|---|
.. | ||
clickhouse-client.cpp | ||
clickhouse-client.xml | ||
Client.cpp | ||
Client.h | ||
CMakeLists.txt |