From 7f0340e99ab01219199af30b7393ca0d61ad1213 Mon Sep 17 00:00:00 2001 From: Yannick LM Date: Sun, 21 Sep 2008 13:50:26 +0200 Subject: Adding crop feature in ncmpc The "crop" command deletes all songs from the playlist, except the one currently being played. --- src/command.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/command.h') diff --git a/src/command.h b/src/command.h index dab6c99ce..f4b6859e8 100644 --- a/src/command.h +++ b/src/command.h @@ -16,6 +16,7 @@ typedef enum CMD_SELECT_ALL, CMD_PAUSE, CMD_STOP, + CMD_CROP, CMD_TRACK_NEXT, CMD_TRACK_PREVIOUS, CMD_SEEK_FORWARD, -- cgit v1.2.3