1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +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()) {
touchwin(logwin);
wrefresh(logwin);
unlock_curses();
}
}
#endif