src/colors.h

changeset 204
86c09da7a6ae
parent 94
864f59271974
--- 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

mercurial