summaryrefslogtreecommitdiffstats
path: root/CRT.c
diff options
context:
space:
mode:
authorBert Wesarg <bert.wesarg@googlemail.com>2020-08-31 22:35:09 +0200
committerBert Wesarg <bert.wesarg@googlemail.com>2020-08-31 22:35:09 +0200
commite1e60f38dc871a99d3fa71f3fabd6a3ddeb32ca9 (patch)
treea08412c8160a4e693d434001363d17376bccf2fe /CRT.c
parent19359cec5a282350380a32981b09da0b4883fcda (diff)
CRT: note about possible use of replacement for `+` glyph in tree
Diffstat (limited to 'CRT.c')
-rw-r--r--CRT.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/CRT.c b/CRT.c
index 35b285f7..33ee9623 100644
--- a/CRT.c
+++ b/CRT.c
@@ -167,7 +167,9 @@ const char *CRT_treeStrUtf8[TREE_STR_COUNT] = {
"\xe2\x94\x9c", // TREE_STR_RTEE ├
"\xe2\x94\x94", // TREE_STR_BEND └
"\xe2\x94\x8c", // TREE_STR_TEND ┌
- "+", // TREE_STR_OPEN +
+ "+", // TREE_STR_OPEN +, TODO use 🮯 'BOX DRAWINGS LIGHT HORIZONTAL
+ // WITH VERTICAL STROKE' (U+1FBAF, "\xf0\x9f\xae\xaf") when
+ // Unicode 13 is common
"\xe2\x94\x80", // TREE_STR_SHUT ─
};

© 2014-2024 Faster IT GmbH | imprint | privacy policy