diff options
| author | Jeff Carr <[email protected]> | 2023-04-08 11:06:50 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-08 11:06:50 -0500 |
| commit | da6a4363226f14aa893be02cb4a73cbf34fd77e7 (patch) | |
| tree | 8f1f2c5d59e72961c87ff9c9ede0a4b3f2ab9c3f /cmds/buttonplugin/main.go | |
| parent | fa0718ff48a2ac2f8b54aed3060101f159484c86 (diff) | |
andlabs: the binary tree limps along again
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'cmds/buttonplugin/main.go')
| -rw-r--r-- | cmds/buttonplugin/main.go | 4 |
1 files changed, 2 insertions, 2 deletions
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 () { |
