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, 4 insertions, 2 deletions
diff --git a/src/calcurse.h b/src/calcurse.h
index f14b0bb..72a0fa6 100644
--- a/src/calcurse.h
+++ b/src/calcurse.h
@@ -283,7 +283,9 @@ struct conf {
unsigned compact_panels;
unsigned system_dialogs;
unsigned multiple_days;
- unsigned dayseparator;
+ unsigned header_line;
+ unsigned event_separator;
+ unsigned day_separator;
unsigned empty_appt_line;
const char *editor;
const char *pager;
@@ -423,7 +425,7 @@ enum day_item_type {
RECUR_APPT,
APPT,
EMPTY_SEPARATOR,
- DAY_SEPARATOR
+ END_SEPARATOR
};
/* Available item types. */