Added "freeze order" option. Talk about feature creep :-)

This commit is contained in:
pdw
2002-10-25 12:53:36 +00:00
parent 6ea79204e5
commit ba1bdd7a8e
4 changed files with 38 additions and 5 deletions

View File

@@ -50,6 +50,7 @@ typedef struct {
option_sort_t sort;
char* screenfilter;
int freezeorder;
} options_t;