git: 9front

Download patch

ref: 41aea3af9c3c5c16c04fc37af26d00368eb17cb4
parent: 6c4ea5d2561f3943405f13086313792cb455bab4
parent: ff9e2af5a95668a3b475588923cb7f0cf177aaf5
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Sun Jan 27 08:00:09 EST 2013

merge

--- a/sys/src/cmd/aux/statusbar.c
+++ b/sys/src/cmd/aux/statusbar.c
@@ -76,7 +76,7 @@
 		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;
--