From a1d2faab2635db144e0dfc0654be54bff6d159c0 Mon Sep 17 00:00:00 2001 From: Morgan Seltzer Date: Mon, 28 Jun 2021 16:49:00 -0400 Subject: Layout change recognizes changed appointment space Before a layout change did not update the maximum number of appointments visible, until the config menu was exited. Now the maximum number of appointments are visible immediately after the layout screen is exited. Addresses GitHub issue #381 Signed-off-by: Morgan Seltzer Signed-off-by: Lukas Fleischer --- src/calcurse.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/calcurse.h') diff --git a/src/calcurse.h b/src/calcurse.h index 9282673..ee96bbe 100644 --- a/src/calcurse.h +++ b/src/calcurse.h @@ -857,6 +857,7 @@ void day_display_item_date(struct day_item *, WINDOW *, int, time_t, int, int); void day_display_item(struct day_item *, WINDOW *, int, int, int, int); void day_write_stdout(time_t, const char *, const char *, const char *, const char *, int *); +void day_do_storage(int day_changed); void day_popup_item(struct day_item *); int day_check_if_item(struct date); unsigned day_chk_busy_slices(struct date, int, int *); -- cgit v1.2.3-54-g00ecf