diff options
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 { |
