Browse Source

Must unlock curses as well in logwin_update.

nfactor-troky
Con Kolivas 12 years ago
parent
commit
a009f0422f
  1. 1
      cgminer.c

1
cgminer.c

@ -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

Loading…
Cancel
Save