Code

screen_browser: select/add for visual selection
authorJeffrey Middleton <jefromi@gmail.com>
Wed, 25 Mar 2009 04:15:26 +0000 (23:15 -0500)
committerJeffrey Middleton <jefromi@gmail.com>
Wed, 25 Mar 2009 04:22:16 +0000 (23:22 -0500)
commitf6d4abc72b4b62d5bab4936060c23612903a1fb3
tree81d481b47eaac5df805711ee8584f03a0e67f463
parentdc9269f96153e4e91af0c3507f5bc838f0e69d52
screen_browser: select/add for visual selection

The select (toggle in playlist) and add (append to playlist) commands now work
for visual selections in browser screens. The status output should eventually
be reconsidered - a message is wastefully printed for each item before it is overwritten by one displaying a count of items added.

The "enter" (CMD_PLAY) command has been disabled for multiple selection for
now; this is better than acting just on the item at the end of the selection
range.  Eventually it should do something fancy like appending all selected
items (directory, song, or playlist) then playing the first song of the first
item.
src/screen_browser.c