Code

screen_play: added CMD_SELECT_PLAYING
authorJeffrey Middleton <jefromi@gmail.com>
Thu, 23 Apr 2009 22:04:12 +0000 (17:04 -0500)
committerJeffrey Middleton <jefromi@gmail.com>
Fri, 24 Apr 2009 05:09:50 +0000 (00:09 -0500)
commitaa657ad4b29137a46be23d1ff6694ae2b7b54baf
tree72b919ef60fd1b536b72520880d85cae4170f5bb
parentc5343d58cda7e0f61dea4c2f8ae8dc042d2b7d46
screen_play: added CMD_SELECT_PLAYING

This command immediately selects (but doesn't center) the currently
playing song.  It is mapped by default to 'l' - there aren't many single
characters left, and this one is at least similar to ctrl-l, which
centers the currently playing song.
src/command.c
src/command.h
src/screen_help.c
src/screen_play.c