textutils.ascii_table_kernel
Ascii_table_kernel.Screen
textutils.ascii_table
textutils.console
type t
A Screen.t represents a table after all of the layout calculations have been done.
Screen.t
val render : t -> bars:[ `Ascii | `Unicode ] -> output:(Attr.t list -> Core.Buffer.t -> unit) -> close:(Core.Buffer.t -> 'a) -> 'a
val to_string : t -> bars:[ `Ascii | `Unicode ] -> string_with_attr:(Attr.t list -> string -> string) -> string
Given a way to annotate strings with attributes, a t can be output to a string.
t