important fix for broken move prev

This commit is contained in:
Anselm R. Garbe 2006-05-15 18:01:37 +02:00
parent 578c5346ee
commit 13d27ace6d
1 changed files with 1 additions and 0 deletions

View File

@ -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) {