Browse Source

Merge commit 'a009f04' into cg_merges_20130602

Luke Dashjr 12 years ago
parent
commit
f4bf4fd66b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      miner.c

+ 1 - 0
miner.c

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