summaryrefslogtreecommitdiff
path: root/treeDraw.go
diff options
context:
space:
mode:
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