diff options
author | Frederic Culot <calcurse@culot.org> | 2009-10-28 15:15:43 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-10-28 15:15:43 +0000 |
commit | 758d5ff035d9c8d6eaa4cf17117d8c23675730a7 (patch) | |
tree | 9985d668f3f5492d6d2b71aa5927dd2cc73b590e /src/custom.h | |
parent | d678eb411a92b2cb6e26e1c9834d02c350800fbe (diff) | |
download | calcurse-758d5ff035d9c8d6eaa4cf17117d8c23675730a7.zip |
Code to save the calendar default view in the configuration file.
Diffstat (limited to 'src/custom.h')
-rwxr-xr-x | src/custom.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/custom.h b/src/custom.h index 04909fc..bedcdc9 100755 --- a/src/custom.h +++ b/src/custom.h @@ -1,4 +1,4 @@ -/* $calcurse: custom.h,v 1.18 2009/08/02 09:29:24 culot Exp $ */ +/* $calcurse: custom.h,v 1.19 2009/10/28 15:15:44 culot Exp $ */ /* * Calcurse - text-based organizer @@ -66,6 +66,7 @@ enum CUSTOM_CONF_CONFIRMDELETE, CUSTOM_CONF_SKIPSYSTEMDIALOGS, CUSTOM_CONF_SKIPPROGRESSBAR, + CUSTOM_CONF_CALENDAR_DEFAULTVIEW, CUSTOM_CONF_WEEKBEGINSONMONDAY, CUSTOM_CONF_COLORTHEME, CUSTOM_CONF_LAYOUT, |