diff --git a/key.go b/key.go index 919fbe7..ea8edcd 100644 --- a/key.go +++ b/key.go @@ -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