aboutsummaryrefslogtreecommitdiffstats
path: root/screen_help.c
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2004-03-24 11:40:34 +0000
committerKalle Wallin <kaw@linux.se>2004-03-24 11:40:34 +0000
commita375c57f2adf38de4b4fa96bb1dce978616b09e6 (patch)
tree57454f5c7e96f2261f5c90c5b0b5ca1cd0c792c4 /screen_help.c
parent0b1bcfae90fd169c76ac541dc58ab5eae7d6f66f (diff)
downloadmpd-a375c57f2adf38de4b4fa96bb1dce978616b09e6.tar.gz
mpd-a375c57f2adf38de4b4fa96bb1dce978616b09e6.tar.xz
mpd-a375c57f2adf38de4b4fa96bb1dce978616b09e6.zip
Added help for FIND and FIND_NEXT commands
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@450 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--screen_help.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/screen_help.c b/screen_help.c
index 3f10f9223..3d01363b9 100644
--- a/screen_help.c
+++ b/screen_help.c
@@ -33,8 +33,11 @@ static help_text_row_t help_text[] =
{ 0, CMD_VOLUME_DOWN, "Volume down" },
{ 0, CMD_VOLUME_UP, "Volume up" },
{ 0, CMD_NONE, " " },
- { 0, CMD_LIST_NEXT, "Move cursor up" },
- { 0, CMD_LIST_PREVIOUS, "Move cursor down" },
+ { 0, CMD_LIST_NEXT, "Move cursor up" },
+ { 0, CMD_LIST_PREVIOUS, "Move cursor down" },
+ { 0, CMD_LIST_FIND, "Find" },
+ { 0, CMD_LIST_FIND_NEXT, "Find again" },
+ { 0, CMD_NONE, " " },
{ 0, CMD_SCREEN_NEXT, "Change screen" },
{ 0, CMD_SCREEN_HELP, "Help screen" },
{ 0, CMD_SCREEN_PLAY, "Playlist screen" },