diff options
Diffstat (limited to 'src/calendar.c')
-rw-r--r-- | src/calendar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/calendar.c b/src/calendar.c index 0eebd4e..313ec53 100644 --- a/src/calendar.c +++ b/src/calendar.c @@ -641,7 +641,7 @@ void calendar_change_day(int datefmt) } if (wrong_day) { status_mesg(mesg_line1, mesg_line2); - wgetch(win[STA].p); + wgetch(win[KEY].p); } } } |