···8383 (** The primary view for the UI with the file_view graph_view and summary*)
8484 let main_view ~sw =
8585 let file_focus = Focus.make () in
8686- Focus.request file_focus;
8786 let graph_focus = Focus.make () in
8787+ Focus.request graph_focus;
8888 let branch_focus = Focus.make () in
8989 let summary_focus = Focus.make () in
9090 W.hbox