s/focused_view/active_view/

This commit is contained in:
Johan Malm 2023-12-19 17:45:11 +00:00 committed by Johan Malm
parent 447c67df62
commit 3a959cc74b
9 changed files with 28 additions and 24 deletions

View file

@ -599,7 +599,7 @@ view_for_action(struct view *activator, struct server *server,
return ctx.view;
}
default:
return server->focused_view;
return server->active_view;
}
}