Add missing comment

This commit is contained in:
Christian Rocha
2020-01-25 16:34:00 -05:00
parent ad60e6ad16
commit f64f86f183

1
key.go
View File

@@ -24,6 +24,7 @@ func (k *KeyMsg) IsRune() bool {
return k.Type == KeyRune
}
// Key contains information about a keypress
type Key struct {
Type KeyType
Rune rune