new feature: move item(s) in playlist to given position

This commit is contained in:
Andrzej Rybczak
2009-03-11 20:27:55 +01:00
parent a80bf2a7bf
commit fd7ac3b3f5
6 changed files with 90 additions and 7 deletions

View File

@@ -85,6 +85,7 @@ struct ncmpcpp_keys
int Crop[2];
int MvSongUp[2];
int MvSongDown[2];
int MoveTo[2];
int Add[2];
int SavePlaylist[2];
int GoToNowPlaying[2];