Added cumulative totals. Added option to turn bars on/off.
@@ -13,6 +13,8 @@
typedef struct {
long recv[HISTORY_LENGTH];
long sent[HISTORY_LENGTH];
long total_sent;
long total_recv;
int last_write;
} history_type;
The note is not visible to the blocked user.