diff options
Diffstat (limited to 'src/calcurse.h')
-rw-r--r-- | src/calcurse.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/calcurse.h b/src/calcurse.h index 98e6a76..be16a98 100644 --- a/src/calcurse.h +++ b/src/calcurse.h @@ -360,6 +360,13 @@ struct recur_event { char *note; /* note attached to event */ }; +/* Available view for the calendar panel. */ +enum { + CAL_MONTH_VIEW, + CAL_WEEK_VIEW, + CAL_VIEWS +}; + struct notify_app { long time; int got_app; |