diff --git a/output/terminal_ncurses.c b/output/terminal_ncurses.c index e2e1bc0..071d3f6 100644 --- a/output/terminal_ncurses.c +++ b/output/terminal_ncurses.c @@ -221,7 +221,7 @@ int flastd[200], int gradient) { for (int col = cur_col, i = 0; i < bar_width; i++, col++) { if (is_tty) { - mvaddch(height - y, col, '0' + bar_step); + mvaddch(height - y, col, '1' + bar_step); } else { mvaddwstr(height - y, col, bar_heights[bar_step]); }