aboutsummaryrefslogtreecommitdiffstats
path: root/src/calcurse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/calcurse.h')
-rw-r--r--src/calcurse.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/calcurse.h b/src/calcurse.h
index 5bf32cf..d9d4e1e 100644
--- a/src/calcurse.h
+++ b/src/calcurse.h
@@ -675,7 +675,11 @@ enum move {
YEAR_NEXT
};
-/* Available color pairs. */
+/*
+ * Available color pairs.
+ * The numbering must agree with
+ * the colour numbers 1-6, see custom.c.
+ */
enum {
COLR_RED = 1,
COLR_GREEN,