package tui type Events interface { OnKeyPressed(event *KeyEvent) (consumed bool) }