From f757810f489b12d2a98dcb09751003f4ed002538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Tue, 20 Oct 2020 21:40:51 +0200 Subject: Improve handling of no data in Disk and Network IO Meters --- CRT.h | 1 + 1 file changed, 1 insertion(+) (limited to 'CRT.h') diff --git a/CRT.h b/CRT.h index 606492a4..1cdc209c 100644 --- a/CRT.h +++ b/CRT.h @@ -52,6 +52,7 @@ typedef enum ColorElements_ { LARGE_NUMBER, METER_TEXT, METER_VALUE, + METER_VALUE_ERROR, METER_VALUE_NOTICE, METER_VALUE_IOREAD, METER_VALUE_IOWRITE, -- cgit v1.2.3