Almost done terminal emulator

This commit is contained in:
Zachary Yedidia
2019-01-11 14:49:22 -05:00
parent 7544809f77
commit 1ca8d61a75
10 changed files with 231 additions and 132 deletions

View File

@@ -38,4 +38,5 @@ type MouseAction func(Handler, tcell.EventMouse) bool
// appropriately
type Handler interface {
HandleEvent(tcell.Event)
HandleCommand(string)
}