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.

fix help message

+1 -1
+1
jj_tui/bin/jj_commands.ml
··· 112 112 | PromptThen _ 113 113 | Dynamic _ 114 114 | Selection_prompt _ 115 + | Cmd_with_revs _ 115 116 | Cmd_r _ 116 117 | Prompt_r _ 117 118 | Dynamic_r _ )
-1
jj_tui/bin/main.ml
··· 15 15 *) 16 16 17 17 let ui_loop ~quit ~term root = 18 - print_endline "starting loop"; 19 18 let renderer = Nottui.Renderer.make () in 20 19 let root = 21 20 let$ root = root in