aboutsummaryrefslogtreecommitdiffstats
path: root/src/calcurse.h
diff options
context:
space:
mode:
authorMorgan Seltzer <MorganSeltzer000@gmail.com>2021-06-28 16:49:00 -0400
committerLukas Fleischer <lfleischer@calcurse.org>2022-04-03 12:24:55 -0400
commita1d2faab2635db144e0dfc0654be54bff6d159c0 (patch)
tree3406c92d7d6131b06b6437185f6e0fc09c57a1d1 /src/calcurse.h
parentec38714bbc81c765990bcab2f6c3772e54eb2c75 (diff)
downloadcalcurse-a1d2faab2635db144e0dfc0654be54bff6d159c0.tar.gz
calcurse-a1d2faab2635db144e0dfc0654be54bff6d159c0.zip
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 <MorganSeltzer000@gmail.com> Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'src/calcurse.h')
-rw-r--r--src/calcurse.h1
1 files changed, 1 insertions, 0 deletions
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 *);