mirror of
https://github.com/xzeldon/htop.git
synced 2025-04-05 10:57:07 +03:00
commit
2d14269bcd
@ -60,7 +60,6 @@ static void ZfsArcMeter_display(Object* cast, RichString* out) {
|
|||||||
Meter* this = (Meter*)cast;
|
Meter* this = (Meter*)cast;
|
||||||
|
|
||||||
if (this->values[5] > 0) {
|
if (this->values[5] > 0) {
|
||||||
RichString_write(out, CRT_colors[METER_TEXT], ":");
|
|
||||||
Meter_humanUnit(buffer, this->total, 50);
|
Meter_humanUnit(buffer, this->total, 50);
|
||||||
RichString_append(out, CRT_colors[METER_VALUE], buffer);
|
RichString_append(out, CRT_colors[METER_VALUE], buffer);
|
||||||
Meter_humanUnit(buffer, this->values[5], 50);
|
Meter_humanUnit(buffer, this->values[5], 50);
|
||||||
@ -100,5 +99,5 @@ MeterClass ZfsArcMeter_class = {
|
|||||||
.attributes = ZfsArcMeter_attributes,
|
.attributes = ZfsArcMeter_attributes,
|
||||||
.name = "ZFSARC",
|
.name = "ZFSARC",
|
||||||
.uiName = "ZFS ARC",
|
.uiName = "ZFS ARC",
|
||||||
.caption = "ARC"
|
.caption = "ARC: "
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user