aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui-day.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui-day.c')
-rw-r--r--src/ui-day.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui-day.c b/src/ui-day.c
index d6be872..a39b88b 100644
--- a/src/ui-day.c
+++ b/src/ui-day.c
@@ -842,6 +842,8 @@ void ui_day_draw(int n, WINDOW *win, int y, int hilt, void *cb_data)
struct day_item *item = day_get_item(n);
int width = lb_apt.sw.w;
+ hilt = hilt && (wins_slctd() == APP);
+
if (item->type == EVNT || item->type == RECUR_EVNT) {
day_display_item(item, win, !hilt, width, y, 1);
} else if (item->type == APPT || item->type == RECUR_APPT) {