From a8029612862e6ef6ab55b2f7adc2c8b4ac554cee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Fri, 16 Oct 2020 19:44:53 +0200 Subject: Generalize Meter value colors for IO --- CRT.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CRT.h') diff --git a/CRT.h b/CRT.h index ccbb69f6..fa2f6de7 100644 --- a/CRT.h +++ b/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; -- cgit v1.2.3