mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-16 05:47:06 +09:00
Start terminal emulator
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user