Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DefaultColor is the default color of the text. DefaultColor = color.RGBA{200, 200, 200, 255} // HighlightColor is used to highlight selected options. HighlightColor = color.RGBA{255, 255, 0, 255} // TransparentBlack is a semi-transparent black color for overlays. TransparentBlack = color.RGBA{0, 0, 0, 128} )
nolint:revive,gochecknoglobals
Functions ¶
func DrawSplash ¶
DrawSplash draws the splash screen.
func DrawWaitingConnection ¶
DrawWaitingConnection draws the waiting connection screen.
Types ¶
Click to show internal directories.
Click to hide internal directories.