diff -r 1d5c2ad2ac23 -r 86c09da7a6ae src/colors.h --- a/src/colors.h Mon Aug 31 18:22:04 2026 +0200 +++ b/src/colors.h Mon Aug 31 18:35:13 2026 +0200 @@ -30,7 +30,11 @@ #ifndef COLORS_H #define COLORS_H +#ifdef USE_POSIX_CURSES +#define COL_APP 0 +#else #define COL_APP 1 +#endif #define COL_BW 2 #define COL_WB 3 #define COL_BB 4