From 467bb78bb1cedc1709216ef38424ecb3928263ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Mon, 3 Apr 2023 20:30:20 +0200 Subject: ZramMeter: update bar mode Show both compressed and uncompressed bars. Closes: #1216 --- CRT.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CRT.h') diff --git a/CRT.h b/CRT.h index 80de7313..278c1e81 100644 --- a/CRT.h +++ b/CRT.h @@ -138,7 +138,8 @@ typedef enum ColorElements_ { ZFS_OTHER, ZFS_COMPRESSED, ZFS_RATIO, - ZRAM, + ZRAM_COMPRESSED, + ZRAM_UNCOMPRESSED, DYNAMIC_GRAY, DYNAMIC_DARKGRAY, DYNAMIC_RED, -- cgit v1.2.3