From 61e5cc10e995b05057bc8cad4a453ad423fbeb8b Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Fri, 22 Jul 2011 20:12:32 +1000 Subject: [PATCH] Extra refresh not required. --- main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/main.c b/main.c index dc7c9593..12077c68 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); } }