From da6a4363226f14aa893be02cb4a73cbf34fd77e7 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 8 Apr 2023 11:06:50 -0500 Subject: andlabs: the binary tree limps along again Signed-off-by: Jeff Carr --- cmds/buttonplugin/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmds/buttonplugin/main.go') diff --git a/cmds/buttonplugin/main.go b/cmds/buttonplugin/main.go index 64500bb..acbc812 100644 --- a/cmds/buttonplugin/main.go +++ b/cmds/buttonplugin/main.go @@ -71,12 +71,12 @@ func buttonWindow() { g.NewButton("Load 'gocui'", func () { // this set the xterm and mate-terminal window title. maybe works generally? fmt.Println("\033]0;" + title + "blah \007") - gui.StartS("gocui") + gui.LoadPlugin("gocui") gui.Redraw("gocui") }) g.NewButton("Load 'andlabs'", func () { - gui.StartS("andlabs") + gui.LoadPlugin("andlabs") }) g.NewButton("NewButton(more)", func () { -- cgit v1.2.3