On Sat, Jan 13, 2007 at 06:54:35PM +0100, Szabolcs Nagy wrote: > about status text: > in dwm.h (and main.c) stext is defined as > char stext[1024]; > but in draw.c drawtext()'s buffer is defined as > char buf[256]; > which means the max length of the status text is 256 so there is no > point defining it as an 1024 length array.
Agreed, thanks for this pointer. Regards, -- Anselm R. Garbe >< http://suckless.org/~arg/ >< GPG key: 0D73F361
