mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-14 13:04:35 +03:00
Generalize Meter value colors for IO
This commit is contained in:

committed by
cgzones

parent
e9246abff8
commit
a802961286
6
CRT.h
6
CRT.h
@ -48,6 +48,9 @@ typedef enum ColorElements_ {
|
||||
LARGE_NUMBER,
|
||||
METER_TEXT,
|
||||
METER_VALUE,
|
||||
METER_VALUE_NOTICE,
|
||||
METER_VALUE_IOREAD,
|
||||
METER_VALUE_IOWRITE,
|
||||
LED_COLOR,
|
||||
UPTIME,
|
||||
BATTERY,
|
||||
@ -105,9 +108,6 @@ typedef enum ColorElements_ {
|
||||
ZFS_OTHER,
|
||||
ZFS_COMPRESSED,
|
||||
ZFS_RATIO,
|
||||
DISKIO_UTIL_HIGH,
|
||||
DISKIO_READ,
|
||||
DISKIO_WRITE,
|
||||
LAST_COLORELEMENT
|
||||
} ColorElements;
|
||||
|
||||
|
Reference in New Issue
Block a user