applied a fix related to Sanders remark to growcol
This commit is contained in:
parent
eac04882b4
commit
c7ae6334b7
1 changed files with 1 additions and 1 deletions
2
view.c
2
view.c
|
@ -172,7 +172,7 @@ focusprev(Arg *arg)
|
|||
void
|
||||
growcol(Arg *arg)
|
||||
{
|
||||
if(!sel || (arrange != dotile))
|
||||
if(!sel || !clients || !clients->next || (arrange != dotile))
|
||||
return;
|
||||
if(sel == getnext(clients)) {
|
||||
if(mw + arg->i > sw - 100)
|
||||
|
|
Loading…
Reference in a new issue