Added cummulative line totals

This commit is contained in:
pdw
2003-06-09 19:16:01 +00:00
parent 1b70f1e331
commit 895a69cd32
3 changed files with 48 additions and 20 deletions

View File

@@ -109,6 +109,7 @@ static void set_defaults() {
options.freezeorder = 0;
options.linedisplay = OPTION_LINEDISPLAY_TWO_LINE;
options.screen_offset = 0;
options.show_totals = 0;
}
static void die(char *msg) {