Versions in this module Expand all Collapse all v0 v0.1.1 Mar 8, 2026 Changes in this version + func Listen(keys []string, ch chan<- KeyEvent, done <-chan struct{}) + type KeyEvent struct + EOF bool + Key string + type RawMode struct + func NewRawMode(fd int) *RawMode + func (r *RawMode) Enter() error + func (r *RawMode) Exit() error