1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-09-09 20:52:08 +00:00

Must unlock curses as well in logwin_update.

This commit is contained in:
Con Kolivas 2013-05-19 21:30:16 +10:00
parent 01fca3e756
commit a009f0422f

View File

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