From a16f3b0731d4d9d4b1094a3b528426336e287ef9 Mon Sep 17 00:00:00 2001 From: verdant Date: Tue, 28 Jul 2026 17:36:29 +0800 Subject: Rewrite COLOR_PAIR macros definitions --- display.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'display.h') diff --git a/display.h b/display.h index f8cae8c..64e4ff6 100644 --- a/display.h +++ b/display.h @@ -8,6 +8,8 @@ #include "log.h" #include "mem.h" +#define COLOR_PAIR_FM_HL 1 +#define COLOR_PAIR_FM_DIR 2 #define STAT_INFO_WIDTH 15 #define BAR_LABEL_WIDTH 7 -- cgit v1.2.3