From 0355f7c2fb4d94e01ded040be58180e0d0d1e60b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 1 Feb 2025 18:27:42 -0600 Subject: huh. getting somewhere --- treeDraw.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'treeDraw.go') diff --git a/treeDraw.go b/treeDraw.go index 6f4501f..6a171e1 100644 --- a/treeDraw.go +++ b/treeDraw.go @@ -95,7 +95,7 @@ func (w *guiWidget) drawView() { // set the binding for this gocui view now that it has been created // gocui handles overlaps of views so it will run on the view that is clicked on - me.baseGui.SetKeybinding(w.v.Name(), gocui.MouseLeft, gocui.ModNone, click) + // me.baseGui.SetKeybinding(w.v.Name(), gocui.MouseLeft, gocui.ModNone, click) // this actually sends the text to display to gocui w.v.Wrap = true -- cgit v1.2.3