From 9c16ab41361e8be0ef301212c48905a229a8e451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sat, 20 Oct 2018 10:10:24 +0200 Subject: [PATCH] Mark an issue for later --- nncmpp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nncmpp.c b/nncmpp.c index 2b20f2b..6c1aa55 100644 --- a/nncmpp.c +++ b/nncmpp.c @@ -2141,6 +2141,8 @@ current_tab_move_song (const char *id, int diff) char *target_str = xstrdup_printf ("%d", target); mpd_client_send_command (c, "moveid", id, target_str, NULL); free (target_str); + // TODO: we should create a cancellable action waiting for the move to + // finish, so that holding Shift-arrows works as expected. mpd_client_add_task (c, mpd_on_simple_response, NULL); mpd_client_idle (c, 0);