summaryrefslogtreecommitdiffstats
path: root/ListItem.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-02-04 11:41:02 -0200
committerHisham Muhammad <hisham@gobolinux.org>2015-02-04 11:41:02 -0200
commitcfc773f7ee5268d8443c640f6478b57bad45b404 (patch)
tree8bd13fb55ff637fb838812425b3491288d06d367 /ListItem.c
parent6302b3e5931570ebda51df5c8dd4715b96e7ba20 (diff)
Use UTF-8 only when using UTF-8 :-)
Diffstat (limited to 'ListItem.c')
-rw-r--r--ListItem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ListItem.c b/ListItem.c
index dbedfe12..eddcd875 100644
--- a/ListItem.c
+++ b/ListItem.c
@@ -42,7 +42,7 @@ static void ListItem_display(Object* cast, RichString* out) {
snprintf(buffer, len, "%s", this->value);
*/
if (this->moving) {
- RichString_write(out, CRT_colors[DEFAULT_COLOR], "↕ ");
+ RichString_write(out, CRT_colors[DEFAULT_COLOR], CRT_utf8 ? "↕ " : "+ ");
} else {
RichString_prune(out);
}

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