summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'init.go')
-rw-r--r--init.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.go b/init.go
index 3f0c3d4..d1028d9 100644
--- a/init.go
+++ b/init.go
@@ -168,6 +168,7 @@ func gocuiMain() {
// register how the 'gocui' will work as a GO toolkit plugin
// all applications will use these keys. they are universal.
+ // registered event handlers still have the events sent to gocuiEvent() above
registerHandlers(g)
/*
if err := defaultKeybindings(g); err != nil {