Browse Source

Make RPM 4 characters wide in curses status for neatness.

Con Kolivas 14 years ago
parent
commit
ab67b14460
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main.c

+ 1 - 1
main.c

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