From e6a7733799d32bb6bf719ee34beb5b01d9db68ad Mon Sep 17 00:00:00 2001 From: gotmor Date: Sat, 4 Aug 2007 13:04:19 +0000 Subject: ready for release 0.8.0 new in-text commands: ^fg() and ^bg() without arguments set default colors ^ro() and ^co() outlined rectangle/circle fixes to gcpubar and gdbar to use ^fg() git-svn-id: http://dzen.googlecode.com/svn/trunk@151 f2baff5b-bf2c-0410-a398-912abdc3d8b2 --- gadgets/gdbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gadgets/gdbar.c') diff --git a/gadgets/gdbar.c b/gadgets/gdbar.c index 4138770..af25632 100644 --- a/gadgets/gdbar.c +++ b/gadgets/gdbar.c @@ -51,7 +51,7 @@ pbar(const char* label, double perc, int maxc, int height, int pnl) { else rp = (int)perc; - printf("%s %3d%% ^fg(%s)^r(%dx%d)^fg(%s)^r(%dx%d)%s", + printf("%s %3d%% ^fg(%s)^r(%dx%d)^fg(%s)^r(%dx%d)^fg()%s", label ? label : "", rp, fg, (int)l, height, bg, maxc-(int)l, height, -- cgit v1.2.3-54-g00ecf