Versions in this module Expand all Collapse all v0 v0.43.0 Feb 24, 2023 Changes in this version + type Settings struct + func NewSettingsFromYAML(name string, ymlConfig *config.Config, globalConfig *config.Config) *Settings + type Widget struct + func NewWidget(tviewApp *tview.Application, redrawChan chan bool, pages *tview.Pages, ...) *Widget + func (widget *Widget) DisableWidget() + func (widget *Widget) NextDay() + func (widget *Widget) NextWeek() + func (widget *Widget) OpenMoonPhase() + func (widget *Widget) PrevDay() + func (widget *Widget) PrevWeek() + func (widget *Widget) Refresh() + func (widget *Widget) RefreshTitle() + func (widget *Widget) Today()