diff options
| author | Jeff Carr <[email protected]> | 2025-02-01 16:44:43 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-01 16:44:43 -0600 |
| commit | 3d5ee3f89b73dd5ba0d78a0b0d816fe96ed9f8a0 (patch) | |
| tree | 09e887a22ae34ab184abc3024bc0c6707549a706 /init.go | |
| parent | 2e0465e44a7db03f804b6c66699f8eed3d9fbfad (diff) | |
this gocui package is really cool
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 { |
