widgets are drawn via a ref'd data structure so we can maybe manipulate it

This commit is contained in:
cqc
2021-08-17 23:35:48 -05:00
parent 75417c7699
commit df39308b7a
5 changed files with 1436 additions and 1602 deletions

View File

@ -1 +1 @@
profile = compact

1
.ocamlformat-ignore Normal file
View File

@ -0,0 +1 @@
init.ml

View File

@ -1,6 +1,6 @@
(* $Id$ -*- tuareg -*- *)
#use_output "dune top | grep -v \"ocamltoplevel.cma\\|ocaml_toplevel.cma\\|topinf.cma\"";; (* `head -n -1` to remove the topinf.cma which fuck this shit all up *)
#use_output "dune top | grep -v \"ocamltoplevel.cma\\|ocaml_toplevel.cma\\|topinf.cma\"";; (* grep to remove the topinf.cma which fuck this shit all up *)
open Topinf;;
let print_directives () =
Format.printf "directive_info_table:@.";

1238
main.ml

File diff suppressed because it is too large Load Diff

1795
topinf.ml

File diff suppressed because it is too large Load Diff