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
@@ -98,6 +98,7 @@ static const struct confvar confmap[] = {
|
||||
{"appearance.eventseparator", CONFIG_HANDLER_BOOL(conf.event_separator)},
|
||||
{"appearance.dayseparator", CONFIG_HANDLER_BOOL(conf.day_separator)},
|
||||
{"appearance.emptyline", CONFIG_HANDLER_BOOL(conf.empty_appt_line)},
|
||||
{"appearance.emptyday", CONFIG_HANDLER_STR(conf.empty_day)},
|
||||
{"appearance.notifybar", CONFIG_HANDLER_BOOL(nbar.show)},
|
||||
{"appearance.sidebarwidth", config_parse_sidebar_width, config_serialize_sidebar_width, NULL},
|
||||
{"appearance.theme", config_parse_color_theme, config_serialize_color_theme, NULL},
|
||||
|
||||
Reference in New Issue
Block a user