summaryrefslogtreecommitdiffstats
path: root/Meter.c
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2015-08-25 17:40:36 +0200
committerChristian Hesse <mail@eworm.de>2015-08-25 17:40:36 +0200
commit93b811a051387acf4b9c4ddb8c1ee8c59118f3cc (patch)
tree7287caf4dee1c5dc595b3a90ec2cb7bde70ad804 /Meter.c
parent8f07868fefeb844a852fab704c0763b0e9a9bf01 (diff)
use ASCII blank even for graphical meter in UTF-8 mode
If the terminal has no font with braille characters we see... Nothing useful. Use an ASCII blank at least, so we have an idea about what's going on.
Diffstat (limited to 'Meter.c')
-rw-r--r--Meter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Meter.c b/Meter.c
index cc661e6a..cf4560fe 100644
--- a/Meter.c
+++ b/Meter.c
@@ -312,7 +312,7 @@ static void BarMeterMode_draw(Meter* this, int x, int y, int w) {
#define PIXPERROW_UTF8 4
static const char* GraphMeterMode_dotsUtf8[] = {
- /*00*/"⠀", /*01*/"⢀", /*02*/"⢠", /*03*/"⢰", /*04*/ "⢸",
+ /*00*/" ", /*01*/"⢀", /*02*/"⢠", /*03*/"⢰", /*04*/ "⢸",
/*10*/"⡀", /*11*/"⣀", /*12*/"⣠", /*13*/"⣰", /*14*/ "⣸",
/*20*/"⡄", /*21*/"⣄", /*22*/"⣤", /*23*/"⣴", /*24*/ "⣼",
/*30*/"⡆", /*31*/"⣆", /*32*/"⣦", /*33*/"⣶", /*34*/ "⣾",

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