applied a fix related to Sanders remark to growcol c7ae6334
Anselm R. Garbe · 2006-09-05 13:19 1 file(s) · +1 −1
view.c +1 −1
172 172
void
173 173
growcol(Arg *arg)
174 174
{
175 -
	if(!sel || (arrange != dotile))
175 +
	if(!sel || !clients || !clients->next || (arrange != dotile))
176 176
		return;
177 177
	if(sel == getnext(clients)) {
178 178
		if(mw + arg->i > sw - 100)