This commit is contained in:
cinap_lenrek 2013-01-27 13:00:09 +01:00
commit 47bb182b5b

View file

@ -76,7 +76,7 @@ drawbar(void)
return;
if(lastp != p){
sprint(buf, "%d%%", p);
sprint(buf, "%3d%%", p);
stringbg(screen, addpt(screen->r.min, Pt(Dx(rbar)-30, 4)), text, ZP, display->defaultfont, buf, light, ZP);
lastp = p;