From 69f439eff387a6ecb52734e400b297a3c85f2285 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Tue, 21 Sep 2021 08:35:19 +0200 Subject: New upstream version 3.1.0 --- ListItem.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'ListItem.c') 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); } -- cgit v1.2.3