mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-15 21:37:09 +09:00
Almost done terminal emulator
This commit is contained in:
@@ -38,4 +38,5 @@ type MouseAction func(Handler, tcell.EventMouse) bool
|
||||
// appropriately
|
||||
type Handler interface {
|
||||
HandleEvent(tcell.Event)
|
||||
HandleCommand(string)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user