summaryrefslogtreecommitdiffstats
path: root/CRT.c
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2023-06-19 22:59:17 +0200
committerBenBE <BenBE@geshi.org>2023-06-20 09:13:34 +0200
commit37d30a3a7d6c96da018c960d6b6bfe11cc718aa8 (patch)
tree6da9df87d9ce411d29ac9eba7fdc848b00da5d40 /CRT.c
parentea23eee8e224b5ec0b0fb832aa0c59d2e90d096b (diff)
default color preset: use bold blue for better visibility
This one for compressed zram was missing in 2ca75625ee5c2ac0ef1571e6918d7c94f3aa011c... Let's add it.
Diffstat (limited to 'CRT.c')
-rw-r--r--CRT.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/CRT.c b/CRT.c
index 1846d4e5..05acc92a 100644
--- a/CRT.c
+++ b/CRT.c
@@ -216,7 +216,7 @@ static int CRT_colorSchemes[LAST_COLORSCHEME][LAST_COLORELEMENT] = {
[ZFS_OTHER] = ColorPair(Magenta, Black),
[ZFS_COMPRESSED] = A_BOLD | ColorPair(Blue, Black),
[ZFS_RATIO] = ColorPair(Magenta, Black),
- [ZRAM_COMPRESSED] = ColorPair(Blue, Black),
+ [ZRAM_COMPRESSED] = A_BOLD | ColorPair(Blue, Black),
[ZRAM_UNCOMPRESSED] = ColorPair(Yellow, Black),
[DYNAMIC_GRAY] = ColorPairGrayBlack,
[DYNAMIC_DARKGRAY] = A_BOLD | ColorPairGrayBlack,

© 2014-2024 Faster IT GmbH | imprint | privacy policy