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>
This commit is contained in:
Lars Henriksen
2019-05-28 20:55:06 +02:00
committed by Lukas Fleischer
parent 7e0274bc08
commit 0edc2e8637
2 changed files with 5 additions and 4 deletions

View File

@@ -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
*/