Commit 61e5cc10e995b05057bc8cad4a453ad423fbeb8b

Con Kolivas 2011-07-22T20:12:32

Extra refresh not required.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/main.c b/main.c
index dc7c959..12077c6 100644
--- a/main.c
+++ b/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);
 	}
 }