summaryrefslogtreecommitdiff
path: root/treeDraw.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-01 18:27:42 -0600
committerJeff Carr <[email protected]>2025-02-01 18:27:42 -0600
commit0355f7c2fb4d94e01ded040be58180e0d0d1e60b (patch)
tree1c23380a7d0b3fc22b308bccc9c2ffe5cab32335 /treeDraw.go
parentf79cf8917058b421a4f8dd4a854795720671c008 (diff)
huh. getting somewhere
Diffstat (limited to 'treeDraw.go')
-rw-r--r--treeDraw.go2
1 files changed, 1 insertions, 1 deletions
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