summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e79707f)
raw | patch | inline | side by side (parent: e79707f)
author | Max Kellermann <max.kellermann@gmail.com> | |
Mon, 20 Mar 2017 11:30:54 +0000 (12:30 +0100) | ||
committer | Max Kellermann <max.kellermann@gmail.com> | |
Mon, 20 Mar 2017 11:30:54 +0000 (12:30 +0100) |
wrefresh() implies doupdate().
src/screen_utils.c | patch | blob | history |
diff --git a/src/screen_utils.c b/src/screen_utils.c
index fee0e2a5c2d748380be37250b7d874371467cfad..ff16613e42952b5ba1a4e393054d3c3b03a111a4 100644 (file)
--- a/src/screen_utils.c
+++ b/src/screen_utils.c
}
wrefresh(w);
- doupdate();
colors_use(w, COLOR_LIST);
}