Mercurial > aewl
diff draw.c @ 208:e4bfe46c7910
status box should have a border in my eyes
author | arg@10ksloc.org |
---|---|
date | Mon, 07 Aug 2006 09:47:13 +0200 |
parents | e848966a1ac6 |
children | c674a0baac63 |
line wrap: on
line diff
--- a/draw.c Mon Aug 07 09:41:43 2006 +0200 +++ b/draw.c Mon Aug 07 09:47:13 2006 +0200 @@ -125,7 +125,7 @@ x = dc.x + dc.w; dc.w = textw(stext); dc.x = bx + bw - dc.w; - drawtext(stext, !istile, False); + drawtext(stext, !istile, True); if(sel && ((dc.w = dc.x - x) >= bh)) { dc.x = x; drawtext(sel->name, istile, True);