io/system: improve FrameEvent documentation

Phrase stolen from Egon's architecture document.

Replace tabs with spaces in the example while here.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2020-05-18 17:52:54 +02:00
parent 0bf6de6cfa
commit 67a9d9e9d7
+2 -1
View File
@@ -14,7 +14,8 @@ import (
) )
// A FrameEvent requests a new frame in the form of a list of // A FrameEvent requests a new frame in the form of a list of
// operations. // operations that describes what to display and how to handle
// input.
type FrameEvent struct { type FrameEvent struct {
Config Config Config Config
// Size is the dimensions of the window. // Size is the dimensions of the window.