1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00
fixed conflict.

Signed-off-by: Mike Lloyd <mike@reboot3times.org>
This commit is contained in:
Mike Lloyd
2018-06-03 23:20:12 -06:00
104 changed files with 2344 additions and 280 deletions

View File

@@ -33,12 +33,12 @@ func (widget *Widget) Refresh() {
}
widget.UpdateRefreshedAt()
widget.View.Clear()
fmt.Fprintf(
widget.View,
"\n%s",
widget.animation(),
widget.View.SetText(
fmt.Sprintf(
"\n%s",
widget.animation(),
),
)
}