From cdcbfd8abeb0d29942ab0aab4538c879d56d5142 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 20 Mar 2017 12:30:54 +0100 Subject: [PATCH] screen_utils: remove redundant doupdate() call wrefresh() implies doupdate(). --- src/screen_utils.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/screen_utils.c b/src/screen_utils.c index fee0e2a..ff16613 100644 --- a/src/screen_utils.c +++ b/src/screen_utils.c @@ -153,7 +153,6 @@ screen_display_completion_list(GList *list) } wrefresh(w); - doupdate(); colors_use(w, COLOR_LIST); } -- 2.30.2