From afcf83bee3d38f0861e02348db5e1aeab027df04 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 9 Oct 2009 21:59:07 +0200 Subject: [PATCH] screen_play: repaint after the "select-playing" command When the cursor moves, we have to repaint the list. --- NEWS | 1 + src/screen_play.c | 1 + 2 files changed, 2 insertions(+) diff --git a/NEWS b/NEWS index d63ab45..54bbbfb 100644 --- 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 diff --git a/src/screen_play.c b/src/screen_play.c index cfe1c0f..256ea36 100644 --- a/src/screen_play.c +++ b/src/screen_play.c @@ -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: -- 2.30.2