package
0.43.0
Repository: https://github.com/wtfutil/wtf.git
Documentation: pkg.go.dev

# Functions

BuildStars build the string to display.
NewBarGraph creates and returns an instance of BarGraph.
NewBase creates and returns an instance of the Base module, the lowest-level primitive module from which all others are derived.
NewBillboardModal creates and returns a modal dialog suitable for displaying a wall of text An example of this is the keyboard help modal that shows up for all widgets that support keyboard control when '/' is pressed.
NewInfoTable creates and returns the stringified contents of a two-column table.
NewKeyboardWidget creates and returns a new instance of KeyboardWidget func NewKeyboardWidget(tviewApp *tview.Application, pages *tview.Pages, settings *cfg.Common) *KeyboardWidget {.
NewMultiSourceWidget creates and returns an instance of MultiSourceWidget.
No description provided by the author
NewTextWidget creates and returns an instance of TextWidget.

# Structs

Bar defines a single row in the bar graph.
BarGraph defines the data required to make a bar graph.
No description provided by the author
InfoTable contains the internal guts of an InfoTable.
KeyboardWidget manages keyboard control for a widget.
MultiSourceWidget is a widget that supports displaying data from multiple sources.
No description provided by the author
TextWidget defines the data necessary to make a text widget.