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/calendar.h | |
parent | d678eb411a92b2cb6e26e1c9834d02c350800fbe (diff) | |
download | calcurse-758d5ff035d9c8d6eaa4cf17117d8c23675730a7.zip |
Code to save the calendar default view in the configuration file.
Diffstat (limited to 'src/calendar.h')
-rwxr-xr-x | src/calendar.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/calendar.h b/src/calendar.h index 5b20238..60499a7 100755 --- a/src/calendar.h +++ b/src/calendar.h @@ -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); |