summaryrefslogtreecommitdiffstats
path: root/Meter.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-11-23 03:46:43 -0200
committerHisham Muhammad <hisham@gobolinux.org>2015-11-23 03:46:43 -0200
commitd34645f8f1b958454f182fcc061a05fefe48f4df (patch)
treec2e19bf9788090af9f4d92619f1827ff203f60fd /Meter.c
parentf02d8f43869be3fc2c14b817af50c2d14da75c98 (diff)
Array entries have been oddly flipped here for years.
Diffstat (limited to 'Meter.c')
-rw-r--r--Meter.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Meter.c b/Meter.c
index 8792f93d..834c9b0b 100644
--- a/Meter.c
+++ b/Meter.c
@@ -251,7 +251,6 @@ static void TextMeterMode_draw(Meter* this, int x, int y, int w) {
mvaddstr(y, x, this->caption);
int captionLen = strlen(this->caption);
x += captionLen;
- mvhline(y, x, ' ', CRT_colors[DEFAULT_COLOR]);
attrset(CRT_colors[RESET_COLOR]);
RichString_begin(out);
Meter_displayBuffer(this, buffer, &out);

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