summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-01 16:44:43 -0600
committerJeff Carr <[email protected]>2025-02-01 16:44:43 -0600
commit3d5ee3f89b73dd5ba0d78a0b0d816fe96ed9f8a0 (patch)
tree09e887a22ae34ab184abc3024bc0c6707549a706 /init.go
parent2e0465e44a7db03f804b6c66699f8eed3d9fbfad (diff)
this gocui package is really cool
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 {