graphix-package-tui 0.9.0

A dataflow language for UIs and network programming, TUI package
Documentation
1
2
3
4
5
6
7
8
9
10
11
type Text = {
  style: &Style,
  alignment: &[Alignment, null],
  lines: &[Array<Line>, string]
};

val text: fn(
  ?#style: &Style,
  ?#alignment: &[Alignment, null],
  lines: &[Array<Line>, string]
) -> Tui;