diff draw.c @ 674:5d79c351e30a

implemented nmaster appearance in mode label (using %u)
author Anselm R. Garbe <arg@suckless.org>
date Mon, 08 Jan 2007 17:33:24 +0100
parents fd2ea58b0b94
children 4fd68b1485eb
line wrap: on
line diff
--- a/draw.c	Mon Jan 08 13:01:37 2007 +0100
+++ b/draw.c	Mon Jan 08 17:33:24 2007 +0100
@@ -120,7 +120,7 @@
 		dc.x += dc.w;
 	}
 	dc.w = bmw;
-	drawtext(arrange == dofloat ?  FLOATSYMBOL : TILESYMBOL, dc.status, False, False);
+	drawtext(mtext, dc.status, False, False);
 	x = dc.x + dc.w;
 	dc.w = textw(stext);
 	dc.x = bw - dc.w;