summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flowtop.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/flowtop.c b/flowtop.c
index f382d6c..f48f5c8 100644
--- a/flowtop.c
+++ b/flowtop.c
@@ -1238,6 +1238,7 @@ static void presenter(void)
screen = screen_init(false);
wclear(screen);
+ halfdelay(1);
start_color();
INIT_COLOR(RED, BLACK);
@@ -1320,8 +1321,6 @@ static void presenter(void)
draw_flows(screen, &flow_list, skip_lines);
draw_footer();
-
- usleep(80000);
}
rcu_unregister_thread();