package tui import "github.com/gdamore/tcell" type Events interface { OnKeyPressed(key tcell.Key) }