aboutsummaryrefslogtreecommitdiffstats
path: root/gadgets
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-12-27 11:44:32 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-12-27 11:44:32 +0000
commit1e15edb513b0ba5c69c94328685c6d21368671bd (patch)
tree77929c525f17b45987e6b3411f2c24c5d57eb900 /gadgets
parent70a73d0b0c9511b29118e904d9ce70fc33f1276b (diff)
downloaddzen-1e15edb513b0ba5c69c94328685c6d21368671bd.tar.gz
dzen-1e15edb513b0ba5c69c94328685c6d21368671bd.zip
fixes in vertical bars
git-svn-id: http://dzen.googlecode.com/svn/trunk@182 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'gadgets')
-rw-r--r--gadgets/gdbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gadgets/gdbar.c b/gadgets/gdbar.c
index 0e1cfbc..f5dff11 100644
--- a/gadgets/gdbar.c
+++ b/gadgets/gdbar.c
@@ -70,7 +70,7 @@ pbar(const char* label, double perc, int maxc, int height, int segw, int segh, i
printf("^fg(%s)^p(-%d)^r(%dx%d+%d-%d')", bg, segw, segw, segh, 0, (segh+segb+1)*(i+1));
}
- printf("%s", pnl ? "\n" : "");
+ printf("^ib(0)^fg()%s", pnl ? "\n" : "");
}
else
printf("%s%3d%% ^fg(%s)^r(%dx%d)^fg(%s)^r(%dx%d)^fg()%s",