Commit a63e2b09 authored by Nils Goroll's avatar Nils Goroll Committed by Pål Hermunn Johansen

draw a y axis scale

parent 7e471b30
......@@ -220,6 +220,9 @@ update(void)
mvprintw(0, 0, "1:%d, n = %d", scale, nhist);
for (j = 2; j < LINES - 3; j+=5)
mvprintw(j, 0, "%d_", (LINES - 3 - j) * scale);
/* show them */
for (i = 0; i < n; ++i) {
for (j = 0; j < bm[i] / scale; ++j)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment