diff options
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -126,6 +126,16 @@ func initPlugin() { // registered event handlers still have the events sent to gocuiEvent() above registerHandlers(g) + time.Sleep(100 * time.Millisecond) + + fmt.Fprintln(outf, "hello world", time.Since(me.starttime)) + + // coreStdout() + // createStdout(g) + // tell 'tree' that we are okay to start talking to + me.myTree.InitOK() + me.ok = true // this tells init() it's okay to work with gocui + go gocuiMain() } |
