[static]
Instruct the playlist to seek the current song 5 seconds backward.
Definition at line 298 of file gui_input.c.
00299 { 00300 playq_cursong_seek(-5, 1); 00301 }