aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_help.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-11-18 21:51:57 +0100
committerMax Kellermann <max@duempel.org>2008-11-18 21:51:57 +0100
commit299a27c8dee0e7eeab3448ed7cdfe1ac7c97ebaf (patch)
tree45768e3972318fb475c65a5866c5bbedd09da8a3 /src/screen_help.c
parentebb9e5b1924e6bc5baaae9ced82b54be586f6b74 (diff)
downloadmpd-299a27c8dee0e7eeab3448ed7cdfe1ac7c97ebaf.tar.gz
mpd-299a27c8dee0e7eeab3448ed7cdfe1ac7c97ebaf.tar.xz
mpd-299a27c8dee0e7eeab3448ed7cdfe1ac7c97ebaf.zip
command: added CMD_LOCATE to locate song in database
Pressing 'l' switches to the file browser (screen_file) and locates the previously selected song in the server's database.
Diffstat (limited to 'src/screen_help.c')
-rw-r--r--src/screen_help.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screen_help.c b/src/screen_help.c
index 1f0043c09..e462ddc90 100644
--- a/src/screen_help.c
+++ b/src/screen_help.c
@@ -81,6 +81,7 @@ static help_text_row_t help_text[] = {
{ 0, CMD_LIST_FIND_NEXT, NULL },
{ 0, CMD_LIST_RFIND_NEXT, NULL },
{ 0, CMD_TOGGLE_FIND_WRAP, NULL },
+ { 0, CMD_LOCATE, NULL },
{ 0, CMD_NONE, NULL },
{ 0, CMD_QUIT, NULL },