mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-13 13:42:30 +00:00
* Working on new infrastructure for parseing commands. It now passes a
list instead of a string when calling a multi-parameter command, which handles escaped spaces, commas and quotes correctly. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@877 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+2
-2
@@ -212,8 +212,8 @@ main(int argc, char** argv) {
|
||||
"view_sort_new = seeding,state_changed\n"
|
||||
"view_sort_current = seeding,state_changed_reverse\n"
|
||||
|
||||
"schedule = view_main,10,10,view_sort=main,20\n"
|
||||
"schedule = view_name,10,10,view_sort=name,20\n"
|
||||
"schedule = view_main,10,10,\"view_sort=main,20\"\n"
|
||||
"schedule = view_name,10,10,\"view_sort=name,20\"\n"
|
||||
// "schedule = view_started,10,10,view_sort=started,5\n"
|
||||
// "schedule = view_stopped,10,10,view_sort=stopped,5\n"
|
||||
// "schedule = view_complete,10,10,view_sort=complete,5\n"
|
||||
|
||||
Reference in New Issue
Block a user