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 /debugWindow.go | |
| parent | fa0718ff48a2ac2f8b54aed3060101f159484c86 (diff) | |
andlabs: the binary tree limps along again
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'debugWindow.go')
| -rw-r--r-- | debugWindow.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debugWindow.go b/debugWindow.go index 0677b92..d0135b5 100644 --- a/debugWindow.go +++ b/debugWindow.go @@ -94,7 +94,7 @@ func (n *Node) DebugTab(title string) *Node { }) g2.NewButton("load plugin 'gocui'", func () { - StartS("gocui") + startS("gocui") }) g2.NewButton("Redraw(gocui)", func () { |
