aboutsummaryrefslogtreecommitdiffstats
path: root/src/args.c
diff options
context:
space:
mode:
authorLukas Fleischer <calcurse@cryptocrack.de>2014-05-18 10:19:30 +0200
committerLukas Fleischer <calcurse@cryptocrack.de>2014-05-18 11:10:56 +0200
commit2a62351d259096f60c0a4fca78963bd12233786e (patch)
tree3e5cd3e767055802ef2f6a9c4f6f1f11c2140445 /src/args.c
parent2a15531bb9df283060e0eb0e7e93ecf33e494b4d (diff)
downloadcalcurse-2a62351d259096f60c0a4fca78963bd12233786e.tar.gz
calcurse-2a62351d259096f60c0a4fca78963bd12233786e.zip
Reintroduce heading and separator in appointments
This re-introduces the heading (showing the POM and the current date) as well as the separating line between events and appointments. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'src/args.c')
-rw-r--r--src/args.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/args.c b/src/args.c
index 13ab738..f18629c 100644
--- a/src/args.c
+++ b/src/args.c
@@ -307,7 +307,7 @@ app_arg(int add_line, struct date *day, long date, const char *fmt_apt,
if (date == 0)
date = get_sec_date(*day);
- day_store_items(date, regex);
+ day_store_items(date, regex, 0);
int n = day_item_count();