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>
This commit is contained in:
committed by
Lukas Fleischer
parent
f49ec4ad6e
commit
d8d7dce2b8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user