summaryrefslogtreecommitdiffstats
path: root/CRT.c
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2020-11-15 14:52:25 +0100
committerDaniel Lange <DLange@git.local>2020-11-15 14:52:25 +0100
commitf2b2735e07afc6b05aa933bdf3a112059991b131 (patch)
treefa7b14fb181f2d74f357b8028f44eafcdafc882a /CRT.c
parentbb908f3dc4ac5847592e9698dec150658067e84e (diff)
parent2a9e8ca07475e61e74d7b6f0afd0a5fd272cb07f (diff)
Resolve merge conflicts, merge #229 "Add SystemdMeter" from @cgzones
Diffstat (limited to 'CRT.c')
-rw-r--r--CRT.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/CRT.c b/CRT.c
index 08f1cef3..2406e602 100644
--- a/CRT.c
+++ b/CRT.c
@@ -173,9 +173,10 @@ int CRT_colorSchemes[LAST_COLORSCHEME][LAST_COLORELEMENT] = {
[METER_TEXT] = A_NORMAL,
[METER_VALUE] = A_BOLD,
[METER_VALUE_ERROR] = A_BOLD,
- [METER_VALUE_NOTICE] = A_BOLD,
[METER_VALUE_IOREAD] = A_NORMAL,
[METER_VALUE_IOWRITE] = A_NORMAL,
+ [METER_VALUE_NOTICE] = A_BOLD,
+ [METER_VALUE_OK] = A_NORMAL,
[LED_COLOR] = A_NORMAL,
[TASKS_RUNNING] = A_BOLD,
[PROCESS] = A_NORMAL,

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