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) @@ -2221,6 +2221,7 @@ void logwin_update(void)
if (curses_active_locked()) {
touchwin(logwin);
wrefresh(logwin);
unlock_curses();
}
}
#endif

Loading…
Cancel
Save