Versions in this module Expand all Collapse all v0 v0.0.1 Jan 10, 2024 Changes in this version + func Display(format string, a ...any) bool + func Start() + func Stop() bool + type Option struct + Disable bool + Interval time.Duration + MaxWidth int + func DefaultOption() *Option + type State int + const StatusNone + const StatusRunning + const StatusStop + type Statusbar struct + Message string + func New(optFns ...func(option *Option)) *Statusbar + func (r *Statusbar) Clean() + func (r *Statusbar) Display(format string, a ...any) + func (r *Statusbar) DisplayEnd(format string, a ...any) + func (r *Statusbar) Push(format string, a ...any) + func (r *Statusbar) Stop()