package tx
import "surdeus.su/core/cli/aes"
type Key rune
const (
KeyControlC Key = '\x03'
KeyESC = aes.KeyESC
KeyReturn = '\r'
KeyEnter = KeyReturn
)