about summary refs log tree commit diff stats
path: root/draw.c
diff options
context:
space:
mode:
Diffstat (limited to 'draw.c')
-rw-r--r--draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/draw.c b/draw.c
index dffb490..16f934d 100644
--- a/draw.c
+++ b/draw.c
@@ -125,7 +125,7 @@ drawstatus()
 	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);