Code

screen_play: repaint after the "select-playing" command
authorMax Kellermann <max@duempel.org>
Fri, 9 Oct 2009 19:59:07 +0000 (21:59 +0200)
committerMax Kellermann <max@duempel.org>
Fri, 9 Oct 2009 19:59:07 +0000 (21:59 +0200)
When the cursor moves, we have to repaint the list.

NEWS
src/screen_play.c

diff --git a/NEWS b/NEWS
index d63ab45d38a18a047c5bcfd054531f0d426dc963..54bbbfbe2f5dfc64f2734059e097817c854632d8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,7 @@ ncmpc 0.16 - not yet released
 * use the "idle" command to reduce CPU and network usage
 * disable the status bar clock by default
 * list_window: fix narrow cursor drawing
+* screen_play: repaint after the "select-playing" command
 
 
 ncmpc 0.15 - 2009-09-24
index cfe1c0fcd8472e17a9bf46a3bf28b7ebaf352b15..256ea36d2b9e5f03b5d593586cf4637c88e511a9 100644 (file)
@@ -669,6 +669,7 @@ screen_playlist_cmd(struct mpdclient *c, command_t cmd)
                list_window_set_selected(lw, playlist_get_index(&c->playlist,
                                                                c->song));
                playlist_save_selection();
+               playlist_repaint();
                return true;
 
        case CMD_LIST_FIND: