Code to save the calendar default view in the configuration file.

This commit is contained in:
Frederic Culot
2009-10-28 15:15:43 +00:00
parent d678eb411a
commit 758d5ff035
6 changed files with 39 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
/* $calcurse: calendar.h,v 1.17 2009/08/25 14:51:42 culot Exp $ */
/* $calcurse: calendar.h,v 1.18 2009/10/28 15:15:43 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -106,6 +106,8 @@ move_t;
void calendar_view_next (void);
void calendar_view_prev (void);
void calendar_set_view (int);
int calendar_get_view (void);
void calendar_start_date_thread (void);
void calendar_stop_date_thread (void);
void calendar_set_current_date (void);