diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-06-19 10:30:36 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-06-19 10:31:01 -0700 |
commit | 138a00bd102883551442fb42d0cb26467e82bbe0 (patch) | |
tree | ce4b85dbea7e11fab2cc12248eac85d7a80d9046 /statistics.h | |
parent | 07a16574e9263fc2e30a7c0aec18df33d54a70dc (diff) | |
download | subsurface-138a00bd102883551442fb42d0cb26467e82bbe0.tar.gz |
Improve readability of yearly statistics
Make the entries for years bold, keep the months non-bold.
It's still a sea of data, but this is an improvement.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'statistics.h')
-rw-r--r-- | statistics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/statistics.h b/statistics.h index ada660244..d5d373df0 100644 --- a/statistics.h +++ b/statistics.h @@ -30,6 +30,7 @@ typedef struct { unsigned int combined_count; unsigned int selection_size; unsigned int total_sac_time; + bool is_year; } stats_t; extern stats_t stats_selection; extern stats_t *stats_yearly; |