# 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
Close closes termbox-go.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Init initializes termbox-go and is required to render anything.
InterfaceSlice takes an []interface{} represented as an interface{} and converts it https://stackoverflow.com/questions/12753805/type-converting-slices-of-interfaces-in-go.
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
No description provided by the author
NewCell takes 1 to 2 arguments 1st argument = rune 2nd argument = optional style.
NewCol takes a height percentage and either a widget or a Row or Column.
No description provided by the author
NewRow takes a width percentage and either a widget or a Row or Column.
NewStyle takes 1 to 3 arguments 1st argument = Fg 2nd argument = optional Bg 3rd argument = optional Modifier.
ParseStyles parses a string for embedded Styles and returns []Cell with the correct styling.
PollEvents gets events from termbox, converts them, then sends them to each of its channels.
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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TrimString trims a string to a max length and adds '…' to the end if it was trimmed.
WrapCells takes []Cell and inserts Cells containing '\n' wherever a linebreak should go.
# 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
Basic terminal colors.
Basic terminal colors.
ColorClear clears the Fg or Bg color of a Style.
Basic terminal colors.
Basic terminal colors.
Basic terminal colors.
Basic terminal colors.
Basic terminal colors.
Basic terminal colors.
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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ModifierClear clears any modifiers.
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
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
No description provided by the author
# Variables
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
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
StyleClear represents a default Style, with no colors or modifiers.
StyleParserColorMap can be modified to add custom color parsing to text.
Theme holds the default Styles and Colors for all widgets.
# Structs
No description provided by the author
Block is the base struct inherited by most widgets.
No description provided by the author
Buffer represents a section of a terminal and is a renderable rectangle of cells.
No description provided by the author
Cell represents a viewable terminal cell.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GridItem represents either a Row or Column in a grid.
No description provided by the author
Mouse payload.
No description provided by the author
No description provided by the author
No description provided by the author
Resize payload.
No description provided by the author
No description provided by the author
No description provided by the author
Style represents the style of one terminal cell.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author