mirror of https://github.com/0intro/wmii
important fix for broken move prev
This commit is contained in:
parent
578c5346ee
commit
13d27ace6d
|
@ -645,6 +645,7 @@ send_client_to(Client *c, char *arg)
|
|||
if(!(to = new_left_column(v)))
|
||||
return;
|
||||
}
|
||||
else
|
||||
return;
|
||||
}
|
||||
else if(!strncmp(arg, "next", 5) && i) {
|
||||
|
|
Loading…
Reference in New Issue