Browse Source

Make RPM 4 characters wide in curses status for neatness.

nfactor-troky
Con Kolivas 13 years ago
parent
commit
ab67b14460
  1. 2
      main.c

2
main.c

@ -1896,7 +1896,7 @@ static void curses_print_devstatus(int thr_id) @@ -1896,7 +1896,7 @@ static void curses_print_devstatus(int thr_id)
if (gt != -1)
wprintw(statuswin, "%.1fC ", gt);
if (gf != -1)
wprintw(statuswin, "%dRPM ", gf);
wprintw(statuswin, "%4dRPM ", gf);
if (gt || gf)
wprintw(statuswin, "| ");
}

Loading…
Cancel
Save