aboutsummaryrefslogtreecommitdiffstats
path: root/screen_help.c
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2004-05-07 07:49:06 +0000
committerKalle Wallin <kaw@linux.se>2004-05-07 07:49:06 +0000
commitab032e2b5a5499f783c034eeb64a1dd3f3387a1c (patch)
tree5257e42a079672a44aacfd6236e907a067294df9 /screen_help.c
parentb4983deb8e8efac613d4d1ec4c73235b35b5139b (diff)
downloadmpd-ab032e2b5a5499f783c034eeb64a1dd3f3387a1c.tar.gz
mpd-ab032e2b5a5499f783c034eeb64a1dd3f3387a1c.tar.xz
mpd-ab032e2b5a5499f783c034eeb64a1dd3f3387a1c.zip
Added support for moving songs in a playlist (move-up,move-down).
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@936 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--screen_help.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/screen_help.c b/screen_help.c
index 37bf9a385..c55c96380 100644
--- a/screen_help.c
+++ b/screen_help.c
@@ -83,6 +83,8 @@ static help_text_row_t help_text[] =
{ 0, CMD_PLAY, "Play" },
{ 0, CMD_DELETE, NULL },
{ 0, CMD_CLEAR, NULL },
+ { 0, CMD_LIST_MOVE_UP, "Move song up" },
+ { 0, CMD_LIST_MOVE_DOWN, "Move song down" },
{ 0, CMD_SAVE_PLAYLIST, NULL },
{ 0, CMD_SCREEN_UPDATE, "Center" },
{ 0, CMD_TOGGLE_AUTOCENTER, NULL },