blob: 0dc0db22fc4e52927ca8cb9fdfe6423631544ae9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
diff -Naur xmmsctrl-1.8.orig/xmmsctrl.c xmmsctrl-1.8/xmmsctrl.c
--- xmmsctrl-1.8.orig/xmmsctrl.c 2004-04-02 04:55:06.000000000 -0800
+++ xmmsctrl-1.8/xmmsctrl.c 2004-11-04 15:18:37.487096112 -0800
@@ -135,6 +135,11 @@
"print this help message."
},
{
+ "jump" ,
+ xmms_remote_show_jump_box ,
+ "open the xmms jump to file box"
+ },
+ {
"next" ,
xmms_remote_playlist_next ,
"xmms next song command, go to the next song."
|