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.

Remove logs I forgot to before

+1 -4
-1
forks/nottui/lib/nottui/nottui_main.ml
··· 1092 1092 term 1093 1093 root 1094 1094 = 1095 - Printf.eprintf "running step\n"; 1096 1095 let size = Term.size term in 1097 1096 let image = 1098 1097 if (not (Lwd.is_damaged root)) && !cache |> Option.is_some
+1 -3
forks/nottui/lib/nottui_picos/nottui_picos.ml
··· 34 34 ; It.invalidated_evt invalidation_tracker 35 35 |> Event.map (fun _ -> `LwdStateUpdate) 36 36 ] 37 - in 38 - Printf.eprintf "done waiting\n"; 37 + in 39 38 ret 40 39 in 41 40 select () ··· 51 50 term 52 51 root 53 52 = 54 - Printf.eprintf "running step\n"; 55 53 let size = Term.size term in 56 54 let image = 57 55 if (not (Lwd.is_damaged root)) && !cache |> Option.is_some