@@ -2221,6 +2221,7 @@ void logwin_update(void)
if (curses_active_locked()) {
touchwin(logwin);
wrefresh(logwin);
+ unlock_curses();
}
#endif