Documentation
¶
Overview ¶
Package draw is managed screen
Index ¶
Constants ¶
View Source
const ( // TimerBaseWidth is base width of timer. TimerBaseWidth = 21 // TimerBaseHeight is base height of timer. TimerBaseHeight = 5 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option ¶
type Option func(tcell.Style) tcell.Style
Option for optoin of drawing.
func WithBackgroundColor ¶
func WithBackgroundColor(color tcell.Color) Option
WithBackgroundColor set BackgroundColor.
func WithForegroundColor ¶
func WithForegroundColor(color tcell.Color) Option
WithForegroundColor set BackgroundColor.
Click to show internal directories.
Click to hide internal directories.