Present IO-Wait as a dot in monochrome. Fixes #345.

Thank you @Explorer09 for the report!
This commit is contained in:
Hisham Muhammad
2016-01-11 20:38:10 -02:00
parent 3ad2510fc2
commit c6ca311d18
2 changed files with 2 additions and 2 deletions

View File

@ -260,7 +260,7 @@ static void TextMeterMode_draw(Meter* this, int x, int y, int w) {
/* ---------- BarMeterMode ---------- */
static char BarMeterMode_characters[] = "|#*@$%&";
static char BarMeterMode_characters[] = "|#*@$%&.";
static void BarMeterMode_draw(Meter* this, int x, int y, int w) {
char buffer[METER_BUFFER_LEN];