author | Max Kellermann <max@duempel.org> | |
Thu, 25 Sep 2008 15:40:36 +0000 (17:40 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Thu, 25 Sep 2008 15:40:36 +0000 (17:40 +0200) | ||
commit | db3d8351879b4c69408be0e25f45cd514ad42044 | |
tree | 808b550bbbe71013f4e8b8fab3d623b13eb38c92 | tree | snapshot |
parent | 9e27391e321912878f7cddaa92f2c8201c6e91de | commit | diff |
screen: don't call wrefresh() in methods paint() and update()
screen_paint() and screen_update() are responsible for refreshing the
screen. We can remove all wrefresh() and wnoutrefresh() invocations
from all paint() and update() method implementations.
screen_paint() and screen_update() are responsible for refreshing the
screen. We can remove all wrefresh() and wnoutrefresh() invocations
from all paint() and update() method implementations.