summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dde5f9a)
raw | patch | inline | side by side (parent: dde5f9a)
author | Max Kellermann <max@duempel.org> | |
Fri, 9 Oct 2009 19:59:07 +0000 (21:59 +0200) | ||
committer | Max 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 | patch | blob | history | |
src/screen_play.c | patch | blob | history |
index d63ab45d38a18a047c5bcfd054531f0d426dc963..54bbbfbe2f5dfc64f2734059e097817c854632d8 100644 (file)
--- a/NEWS
+++ b/NEWS
* 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 cfe1c0fcd8472e17a9bf46a3bf28b7ebaf352b15..256ea36d2b9e5f03b5d593586cf4637c88e511a9 100644 (file)
--- a/src/screen_play.c
+++ b/src/screen_play.c
list_window_set_selected(lw, playlist_get_index(&c->playlist,
c->song));
playlist_save_selection();
+ playlist_repaint();
return true;
case CMD_LIST_FIND: