Make rulergraph a pref as well

I don't see a point in treating it differently from the other graphs.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2014-05-05 15:53:46 -07:00
parent 6545855b65
commit 7b0f737f60
2 changed files with 3 additions and 1 deletions

1
pref.h
View file

@ -43,6 +43,7 @@ struct preferences {
short show_average_depth;
short zoomed_plot;
short hrgraph;
short rulergraph;
short save_userid_local;
char *userid;
};