package
3.1.1
Repository: https://github.com/josler/termui.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewPieChart Creates a new pie chart with reasonable defaults and no labels.
No description provided by the author
NewSparkline returns a unrenderable single sparkline that needs to be added to a SparklineGroup.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewTree creates a new Tree widget.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Plot has two modes: line(default) and scatter.
Sparkline is like: ▅▆▂▂▅▇▂▂▃▆▆▆▅▃.
SparklineGroup is a renderable widget which groups together the given sparklines.
No description provided by the author
Table is like: ┌ Awesome Table ───────────────────────────────────────────────┐ │ Col0 | Col1 | Col2 | Col3 | Col4 | Col5 | Col6 | │──────────────────────────────────────────────────────────────│ │ Some Item #1 | AAA | 123 | CCCCC | EEEEE | GGGGG | IIIII | │──────────────────────────────────────────────────────────────│ │ Some Item #2 | BBB | 456 | DDDDD | FFFFF | HHHHH | JJJJJ | └──────────────────────────────────────────────────────────────┘ */.
TabPane is a renderable widget which can be used to conditionally render certain tabs/views.
Tree is a tree widget.
TreeNode is a tree node.

# Type aliases

No description provided by the author
PieChartLabel callback.
No description provided by the author
No description provided by the author
TreeWalkFn is a function used for walking a Tree.