mirror of https://github.com/xzeldon/htop.git
Use UTF-8 only when using UTF-8 :-)
This commit is contained in:
parent
6302b3e593
commit
cfc773f7ee
|
@ -42,7 +42,7 @@ static void ListItem_display(Object* cast, RichString* out) {
|
||||||
snprintf(buffer, len, "%s", this->value);
|
snprintf(buffer, len, "%s", this->value);
|
||||||
*/
|
*/
|
||||||
if (this->moving) {
|
if (this->moving) {
|
||||||
RichString_write(out, CRT_colors[DEFAULT_COLOR], "↕ ");
|
RichString_write(out, CRT_colors[DEFAULT_COLOR], CRT_utf8 ? "↕ " : "+ ");
|
||||||
} else {
|
} else {
|
||||||
RichString_prune(out);
|
RichString_prune(out);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue