WIP layout engine

This commit is contained in:
2024-10-10 12:54:53 -06:00
commit 13c8a36ba7
17 changed files with 685 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
(executable
(public_name tuiano)
(name main)
(libraries tuiano))
+5
View File
@@ -0,0 +1,5 @@
let () =
Tuiano.Tui.setup_terminal();
(* let term = Tuiano.Tui.termsize in *)
(* match term with *)
(* | (h, w) -> Printf.printf "Got tty size: %d x %d\n" h w *)