Browse Source

Extra refresh not required.

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

+ 0 - 1
main.c

@@ -798,7 +798,6 @@ static void print_status(int thr_id)
 	else {
 		pthread_mutex_lock(&curses_lock);
 		curses_print_status(thr_id);
-		wrefresh(statuswin);
 		pthread_mutex_unlock(&curses_lock);
 	}
 }