terminal user interface to jujutsu. Focused on speed and clarity
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

default focus to graph

+1 -1
+1 -1
jj_tui/bin/jj_ui.ml
··· 83 83 (** The primary view for the UI with the file_view graph_view and summary*) 84 84 let main_view ~sw = 85 85 let file_focus = Focus.make () in 86 - Focus.request file_focus; 87 86 let graph_focus = Focus.make () in 87 + Focus.request graph_focus; 88 88 let branch_focus = Focus.make () in 89 89 let summary_focus = Focus.make () in 90 90 W.hbox