aboutsummaryrefslogtreecommitdiffstats
path: root/src/vars.c
diff options
context:
space:
mode:
authorLars Henriksen <LarsHenriksen@get2net.dk>2019-09-17 22:40:49 +0200
committerLukas Fleischer <lfleischer@calcurse.org>2019-11-03 10:56:47 -0500
commitd8d7dce2b8efe64b16e6a5acbcc183cf1be92c59 (patch)
tree7e6e9ef0a398ce818e11f72e7a4153d45b6446e0 /src/vars.c
parentf49ec4ad6e2035d056583340a13edb46d17ba8d1 (diff)
downloadcalcurse-d8d7dce2b8efe64b16e6a5acbcc183cf1be92c59.tar.gz
calcurse-d8d7dce2b8efe64b16e6a5acbcc183cf1be92c59.zip
Make the text for empty days configurable
The default is "--"; a single space makes the text invisible. Signed-off-by: Lars Henriksen <LarsHenriksen@get2net.dk> Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'src/vars.c')
-rw-r--r--src/vars.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vars.c b/src/vars.c
index ce6caf8..ae690d1 100644
--- a/src/vars.c
+++ b/src/vars.c
@@ -127,6 +127,7 @@ void vars_init(void)
conf.event_separator = 1;
conf.day_separator = 1;
conf.empty_appt_line = 1;
+ strcpy(conf.empty_day, EMPTY_DAY_DEFAULT);
conf.confirm_quit = 1;
conf.confirm_delete = 1;
conf.auto_save = 1;