diff options
author | Max Kellermann <max@duempel.org> | 2008-09-25 17:40:29 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-09-25 17:40:29 +0200 |
commit | 9e27391e321912878f7cddaa92f2c8201c6e91de (patch) | |
tree | d4177ec184712f13cdf4d3276a03c981c073e225 /src/screen_help.c | |
parent | 0fd4d0c99d31b69356c289d3bb1dcd791b898028 (diff) | |
download | mpd-9e27391e321912878f7cddaa92f2c8201c6e91de.tar.gz mpd-9e27391e321912878f7cddaa92f2c8201c6e91de.tar.xz mpd-9e27391e321912878f7cddaa92f2c8201c6e91de.zip |
list_window: removed property "clear"
Without clearing previous screen contents, there may be corruptions,
make this mandatory and optimize screen clearing.
Diffstat (limited to 'src/screen_help.c')
-rw-r--r-- | src/screen_help.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/screen_help.c b/src/screen_help.c index e440672d2..eec76d18a 100644 --- a/src/screen_help.c +++ b/src/screen_help.c @@ -210,7 +210,6 @@ help_title(mpd_unused char *str, mpd_unused size_t size) static void help_paint(mpd_unused screen_t *screen, mpd_unused mpdclient_t *c) { - lw->clear = 1; list_window_paint(lw, list_callback, NULL); wrefresh(lw->w); } |