Add missing comment

This commit is contained in:
Christian Rocha 2020-01-25 16:34:00 -05:00
parent ad60e6ad16
commit f64f86f183
No known key found for this signature in database
GPG Key ID: D6CC7A16E5878018

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