X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=cmd%2Fmicro%2Faction%2Fevents.go;h=5bf6c58ed90cf7f37f80d156d104636ee5d25fae;hb=212b0f8c71edd37a8ca7ed76958b195c46186f84;hp=437a6789ced8e90262c6188661091c6696b538b1;hpb=4146730aafdaaf7f70a0261b3f3679c2b98acae9;p=micro.git diff --git a/cmd/micro/action/events.go b/cmd/micro/action/events.go index 437a6789..5bf6c58e 100644 --- a/cmd/micro/action/events.go +++ b/cmd/micro/action/events.go @@ -38,4 +38,5 @@ type MouseAction func(Handler, tcell.EventMouse) bool // appropriately type Handler interface { HandleEvent(tcell.Event) + HandleCommand(string) }