parser: call tree_close_con() instead of tree_close() when run interactively
This commit is contained in:
parent
317d2bbe2b
commit
ea30fdc327
|
@ -348,7 +348,7 @@ kill:
|
||||||
printf("killing!\n");
|
printf("killing!\n");
|
||||||
/* check if the match is empty, not if the result is empty */
|
/* check if the match is empty, not if the result is empty */
|
||||||
if (match_is_empty(¤t_match))
|
if (match_is_empty(¤t_match))
|
||||||
tree_close(focused, true);
|
tree_close_con();
|
||||||
else {
|
else {
|
||||||
TAILQ_FOREACH(current, &owindows, owindows) {
|
TAILQ_FOREACH(current, &owindows, owindows) {
|
||||||
printf("matching: %p / %s\n", current->con, current->con->name);
|
printf("matching: %p / %s\n", current->con, current->con->name);
|
||||||
|
|
Loading…
Reference in New Issue