Code

screen_utils: remove redundant doupdate() call
authorMax Kellermann <max.kellermann@gmail.com>
Mon, 20 Mar 2017 11:30:54 +0000 (12:30 +0100)
committerMax Kellermann <max.kellermann@gmail.com>
Mon, 20 Mar 2017 11:30:54 +0000 (12:30 +0100)
wrefresh() implies doupdate().

src/screen_utils.c

index fee0e2a5c2d748380be37250b7d874371467cfad..ff16613e42952b5ba1a4e393054d3c3b03a111a4 100644 (file)
@@ -153,7 +153,6 @@ screen_display_completion_list(GList *list)
        }
 
        wrefresh(w);
        }
 
        wrefresh(w);
-       doupdate();
        colors_use(w, COLOR_LIST);
 }
 
        colors_use(w, COLOR_LIST);
 }