add support for 'replay' function (play current song from the beginning)

This commit is contained in:
Andrzej Rybczak
2010-08-13 06:31:58 +02:00
parent 342521459c
commit 35ddbe351a
5 changed files with 23 additions and 1 deletions

View File

@@ -89,6 +89,7 @@ struct NcmpcppKeys
int Pause[2];
int Next[2];
int Prev[2];
int Replay[2];
int SeekForward[2];
int SeekBackward[2];
int ToggleRepeat[2];