aboutsummaryrefslogtreecommitdiffstats
path: root/ListItem.c
diff options
context:
space:
mode:
Diffstat (limited to 'ListItem.c')
-rw-r--r--ListItem.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/ListItem.c b/ListItem.c
index 7ccf8d7..e5464d2 100644
--- a/ListItem.c
+++ b/ListItem.c
@@ -31,11 +31,9 @@ static void ListItem_display(const Object* cast, RichString* out) {
if (this->moving) {
RichString_writeWide(out, CRT_colors[DEFAULT_COLOR],
#ifdef HAVE_LIBNCURSESW
- CRT_utf8 ? "↕ " :
+ CRT_utf8 ? "↕ " :
#endif
- "+ ");
- } else {
- RichString_prune(out);
+ "+ ");
}
RichString_appendWide(out, CRT_colors[DEFAULT_COLOR], this->value);
}

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