Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct { WindowSize tea.WindowSizeMsg Running *sync.WaitGroup Config HandlerConfig bubbly.EventHandler // contains filtered or unexported fields }
func New ¶
func New(cfg HandlerConfig) *Handler
type HandlerConfig ¶
type HandlerConfig struct { TitleWidth int AdjustDefaultTask func(taskprogress.Model) taskprogress.Model }
func DefaultHandlerConfig ¶
func DefaultHandlerConfig() HandlerConfig
Click to show internal directories.
Click to hide internal directories.