Fixed bug in client (double whitespace) [#CLICKHOUSE-4038]

This commit is contained in:
Alexey Milovidov 2018-09-29 22:33:23 +03:00
parent a149233d99
commit 85ca2006b0

View File

@ -26,7 +26,7 @@
-->
<prompt_by_server_display_name>
<default>{display_name} :) </default>
<test>{display_name} \x01\e[1;32m\x02:)\x01\e[0m\x02 </test> <!-- if it matched to the substring "test" in the server display name - -->
<test>{display_name} \x01\e[1;32m\x02:)\x01\e[0m\x02 </test> <!-- if it matched to the substring "test" in the server display name - -->
<production>{display_name} \x01\e[1;31m\x02:)\x01\e[0m\x02 </production> <!-- if it matched to the substring "production" in the server display name -->
</prompt_by_server_display_name>
</config>