Explicitly ignore io.Writer return values in renderer

This commit is contained in:
Christian Rocha
2020-09-28 16:28:40 -04:00
parent fb48e03639
commit 591fcabdd4
2 changed files with 4 additions and 3 deletions

View File

@@ -2,6 +2,7 @@ package tea
import "errors"
// MouseMsg contains information about a mouse event.
type MouseMsg MouseEvent
// MouseEvent represents a mouse event, which could be a click, a scroll wheel