view: allow overriding of cursor placement policy

This commit is contained in:
Jens Peters 2024-01-21 23:25:01 +01:00 committed by Johan Malm
parent 8517254705
commit 099929cf46
4 changed files with 5 additions and 5 deletions

View file

@ -435,7 +435,7 @@ set_initial_position(struct view *view)
}
/* All other views are placed according to a configured strategy */
view_place_initial(view);
view_place_initial(view, /* allow_cursor */ true);
}
static const char *