diff options
Diffstat (limited to 'src/custom.c')
-rw-r--r-- | src/custom.c | 2 |
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 */ |