mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-29 18:44:43 +00:00
- If a mouse event is bound to a Lua function, pass *tcell.EventMouse to this Lua function, so that it can find out the position where a button was clicked etc, just like the built-in MousePress and MouseMultiCursor actions. - Make mouse actions more a first-class citizen: allow chaining them and running onAction and preAction callbacks for them, just like key actions. |
||
|---|---|---|
| .. | ||
| action | ||
| buffer | ||
| clipboard | ||
| config | ||
| display | ||
| info | ||
| lua | ||
| screen | ||
| shell | ||
| util | ||
| views | ||