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

@@ -64,6 +64,8 @@ typedef struct {
option_linedisplay_t linedisplay;
int show_totals;
} options_t;
#endif /* __OPTIONS_H_ */