aboutsummaryrefslogtreecommitdiffstats
path: root/src/custom.c
diff options
context:
space:
mode:
authorLars Henriksen <LarsHenriksen@get2net.dk>2019-05-28 20:55:06 +0200
committerLukas Fleischer <lfleischer@calcurse.org>2019-05-28 17:58:06 -0400
commit0edc2e86378fdfe00255be3ac30c56eff359c961 (patch)
tree5e54e3b53f56e6d9f868ac793acd1b2d4913f581 /src/custom.c
parent7e0274bc08d483fa224540deae416f1e8c12dcbe (diff)
downloadcalcurse-0edc2e86378fdfe00255be3ac30c56eff359c961.tar.gz
calcurse-0edc2e86378fdfe00255be3ac30c56eff359c961.zip
Mark selected day in the appointments panel in multiple days mode
Signed-off-by: Lars Henriksen <LarsHenriksen@get2net.dk> Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'src/custom.c')
-rw-r--r--src/custom.c2
1 files changed, 1 insertions, 1 deletions
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
*/