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