mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
add bold font
This commit is contained in:
parent
3c09dacb5f
commit
5e55a605f0
@ -104,6 +104,7 @@ private:
|
||||
"q", "й", "\\q", "\\Q", "\\й", "\\Й", ":q", "Жй"
|
||||
};
|
||||
std::map<String, String> colors = {
|
||||
{ "bold", "1" },
|
||||
/* Foreground */
|
||||
{ "black", "30" },
|
||||
{ "red", "31" },
|
||||
|
Loading…
Reference in New Issue
Block a user