Start terminal emulator

This commit is contained in:
Zachary Yedidia
2019-01-10 21:26:58 -05:00
parent c479c9d91a
commit 4146730aaf
7 changed files with 318 additions and 33 deletions

View File

@@ -37,7 +37,5 @@ type MouseAction func(Handler, tcell.EventMouse) bool
// A Handler will take a tcell event and execute it
// appropriately
type Handler interface {
// DoKeyEvent(KeyEvent) bool
// DoMouseEvent(MouseEvent, *tcell.EventMouse) (MouseAction, bool)
HandleEvent(tcell.Event)
}