Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ColorDefault represents the default color ColorDefault = tcell.ColorDefault // ColorBlack represents the color black ColorBlack = tcell.ColorBlack // ColorWhite represents the color white ColorWhite = tcell.ColorWhite // ColorPurple represents the color purple ColorPurple = tcell.ColorMediumPurple // ColorGreen represents the color green ColorGreen = tcell.ColorSeaGreen // ColorLightGreen represents the color light green ColorLightGreen = tcell.ColorLightSeaGreen // ColorMediumGreen represents the color medium green ColorMediumGreen = tcell.ColorMediumSeaGreen // ColorOrange represents the color orange ColorOrange = tcell.ColorOrange // ColorDimGrey represents the color dim grey ColorDimGrey = tcell.ColorDimGrey )
Variables ¶
View Source
var (
// StyleDefault represents the default style
StyleDefault = tcell.StyleDefault
)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.