From 621005e7aaff9f7aa19ebd1a943f53b544ee3c86 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Wed, 24 Oct 2012 12:01:37 +0200 Subject: [PATCH] flowtop: use wclear() Signed-off-by: Emmanuel Roullit Signed-off-by: Daniel Borkmann --- src/flowtop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/flowtop.c b/src/flowtop.c index 68786e45..f2ebe9db 100644 --- a/src/flowtop.c +++ b/src/flowtop.c @@ -281,6 +281,7 @@ static void screen_update(WINDOW *screen, struct flow_list *fl, int skip_lines) init_pair(3, COLOR_YELLOW, COLOR_BLACK); init_pair(4, COLOR_GREEN, COLOR_BLACK); + wclear(screen); clear(); rcu_read_lock(); -- 2.11.4.GIT