ActionFn is binded to a key combination
func(*gocui.Gui, *gocui.View) error
| 10 | |
| 11 | // ActionFn is binded to a key combination |
| 12 | type ActionFn func(*gocui.Gui, *gocui.View) error |
| 13 | |
| 14 | type binding struct { |
| 15 | keyCode interface{} |
nothing calls this directly
no outgoing calls
no test coverage detected