package
0.20.0
Repository: https://github.com/mum4k/termdash.git
Documentation: pkg.go.dev

# Functions

BgColor sets the background color of the cell.
Blink makes the cell's text blink.
Bold makes cell's text bold.
ColorNumber sets a color using its number.
ColorRGB24 sets a color using the 24 bit web color scheme.
ColorRGB6 sets a color using the 6x6x6 terminal color.
Dim makes the cell foreground color dim.
FgColor sets the foreground color of the cell.
Inverse inverts the colors of the cell's text.
Italic makes cell's text italic.
NewOptions returns a new Options instance after applying the provided options.
Strikethrough strikes through the cell's text.
Underline makes cell's text underlined.

# Constants

The supported terminal colors.
The 16 Xterm colors.
The supported terminal colors.
Colors defined for backward compatibility with termbox-go.
The supported terminal colors.
The supported terminal colors.
The supported terminal colors.
The supported terminal colors.
The supported terminal colors.
Colors defined for backward compatibility with termbox-go.
The supported terminal colors.
The supported terminal colors.
The supported terminal colors.
The supported terminal colors.
The supported terminal colors.
The supported terminal colors.
The supported terminal colors.
The supported terminal colors.
The supported terminal colors.

# Structs

Options stores the provided options.

# Interfaces

Option is used to provide options for cells on a 2-D terminal.

# Type aliases

Color is the color of a cell.