Code

screen: don't call wrefresh() in methods paint() and update()
authorMax Kellermann <max@duempel.org>
Thu, 25 Sep 2008 15:40:36 +0000 (17:40 +0200)
committerMax Kellermann <max@duempel.org>
Thu, 25 Sep 2008 15:40:36 +0000 (17:40 +0200)
commitdb3d8351879b4c69408be0e25f45cd514ad42044
tree808b550bbbe71013f4e8b8fab3d623b13eb38c92
parent9e27391e321912878f7cddaa92f2c8201c6e91de
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.
src/screen_artist.c
src/screen_file.c
src/screen_help.c
src/screen_keydef.c
src/screen_lyrics.c
src/screen_play.c
src/screen_search.c