User selectable sort criteria.

This commit is contained in:
pdw
2002-10-25 09:06:19 +00:00
parent ba7202d03b
commit f46898753e
5 changed files with 95 additions and 18 deletions

View File

@@ -95,6 +95,7 @@ static void set_defaults() {
options.paused = 0;
options.showhelp = 0;
options.bandwidth_in_bytes = 0;
options.sort = OPTION_SORT_DIV2;
}
static void die(char *msg) {