diff options
| author | Jeff Carr <[email protected]> | 2023-04-08 08:40:31 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-08 08:40:31 -0500 |
| commit | 5d2f6e7fb241298eb15b1917c1947089a12247fe (patch) | |
| tree | 0f67fc7c2955b40904a3ac4600cf82f53938398b /main.go | |
| parent | 0f3074ab5d606822ae0d170da84507d6e24471e6 (diff) | |
gocui: keep deprecating non-gochannel code
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -203,8 +203,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 { |
