applied a fix related to Sanders remark to growcol
c7ae6334
1 file(s) · +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) |