diff options
| author | Jeff Carr <[email protected]> | 2023-04-08 12:08:57 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-08 12:08:57 -0500 |
| commit | 65148155a12151fdeb2ffebf03da2c3b836780a8 (patch) | |
| tree | 2fbbb174029a7171294137ce8bfa73d426414ba8 /main.go | |
| parent | e582e4cfb0fa0a3a679d031b1f157b274f0d4075 (diff) | |
andlabs is still broken
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -184,12 +184,13 @@ func startS(name string) *Node { if (aplug == nil) { return Config.rootNode } + /* // will this really work on mswindows & macos? f := func() { } go Main(f) + */ sleep(1) // temp hack until chan communication is setup - Config.rootNode.Redraw(aplug) return Config.rootNode } @@ -203,8 +204,8 @@ func Main(f func()) { if (os.Getenv("DISPLAY") == "") { InitPlugins([]string{"gocui"}) } else { - InitPlugins([]string{"andlabs", "gocui"}) - // InitPlugins([]string{"gocui", "andlabs"}) + // InitPlugins([]string{"andlabs", "gocui"}) + InitPlugins([]string{"gocui", "andlabs"}) } for _, aplug := range allPlugins { |
