Source file terminal.ml

1
2
3
4
type dimensions = { rows : int; columns : int }

external get_dimensions : unit -> dimensions option
  = "ocaml_alcotest_get_terminal_dimensions"