Browse Source

Refresh is missing after each curses_print_status to update the status window.

Con Kolivas 14 years ago
parent
commit
86987b65ab
1 changed files with 1 additions and 0 deletions
  1. 1 0
      main.c

+ 1 - 0
main.c

@@ -595,6 +595,7 @@ static void curses_print_status(int thr_id)
 			cgpu->efficiency, cgpu->utility);
 		wclrtoeol(statuswin);
 	}
+	wrefresh(statuswin);
 }
 
 static void print_status(int thr_id)