Code

command: added CMD_LOCATE to locate song in database
authorMax Kellermann <max@duempel.org>
Tue, 18 Nov 2008 20:51:57 +0000 (21:51 +0100)
committerMax Kellermann <max@duempel.org>
Tue, 18 Nov 2008 20:51:57 +0000 (21:51 +0100)
commit299a27c8dee0e7eeab3448ed7cdfe1ac7c97ebaf
tree45768e3972318fb475c65a5866c5bbedd09da8a3
parentebb9e5b1924e6bc5baaae9ced82b54be586f6b74
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/command.c
src/command.h
src/screen.h
src/screen_browser.c
src/screen_file.c
src/screen_help.c
src/screen_lyrics.c
src/screen_play.c