From 0edc2e86378fdfe00255be3ac30c56eff359c961 Mon Sep 17 00:00:00 2001 From: Lars Henriksen Date: Tue, 28 May 2019 20:55:06 +0200 Subject: Mark selected day in the appointments panel in multiple days mode Signed-off-by: Lars Henriksen Signed-off-by: Lukas Fleischer --- src/custom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/custom.c') diff --git a/src/custom.c b/src/custom.c index d474d5b..01e6ba3 100644 --- a/src/custom.c +++ b/src/custom.c @@ -52,7 +52,7 @@ static struct attribute attr; * Define window attributes (for both color and non-color terminals): * ATTR_HIGHEST are for window titles * ATTR_HIGH are for month and days names - * ATTR_MIDDLE are for the selected day inside calendar panel + * ATTR_MIDDLE are for the selected day inside calendar and appointments panel * ATTR_LOW are for days inside calendar panel which contains an event * ATTR_LOWEST are for current day inside calendar panel */ -- cgit v1.2.3-54-g00ecf