mirror of https://github.com/xzeldon/htop.git
Remove spurious UTF-8 char from ASCII mode.
This commit is contained in:
parent
59914bfd5b
commit
14a177800b
2
Meter.c
2
Meter.c
|
@ -316,7 +316,7 @@ static const char* GraphMeterMode_dotsUtf8[5][5] = {
|
|||
|
||||
static const char* GraphMeterMode_dotsAscii[5][5] = {
|
||||
{ /*00*/" ", /*01*/".", /*02*/".", /*03*/":", /*04*/ ":" },
|
||||
{ /*10*/"⡀", /*11*/".", /*12*/".", /*13*/":", /*14*/ ":" },
|
||||
{ /*10*/".", /*11*/".", /*12*/".", /*13*/":", /*14*/ ":" },
|
||||
{ /*20*/".", /*21*/".", /*22*/".", /*23*/":", /*24*/ ":" },
|
||||
{ /*30*/":", /*31*/":", /*32*/":", /*33*/":", /*34*/ ":" },
|
||||
{ /*40*/":", /*41*/":", /*42*/":", /*43*/":", /*44*/ ":" },
|
||||
|
|
Loading…
Reference in New Issue