From 299a27c8dee0e7eeab3448ed7cdfe1ac7c97ebaf Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 18 Nov 2008 21:51:57 +0100 Subject: 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. --- src/screen_help.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/screen_help.c') 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 }, -- cgit v1.2.3