Move the cursor of the playlist one item up.
Definition at line 284 of file gui_playq.c.
00285 { 00286 playq_lock(); 00287 gui_vfslist_cursor_up(win_playq); 00288 playq_unlock(); 00289 }