Added regexp based screen filtering.

This commit is contained in:
pdw
2002-10-25 09:59:02 +00:00
parent 5624d5f686
commit 36700cef92
7 changed files with 113 additions and 13 deletions

View File

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