diff options
| author | Jeff Carr <[email protected]> | 2025-02-01 18:27:42 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-01 18:27:42 -0600 |
| commit | 0355f7c2fb4d94e01ded040be58180e0d0d1e60b (patch) | |
| tree | 1c23380a7d0b3fc22b308bccc9c2ffe5cab32335 /treeDraw.go | |
| parent | f79cf8917058b421a4f8dd4a854795720671c008 (diff) | |
huh. getting somewhere
Diffstat (limited to 'treeDraw.go')
| -rw-r--r-- | treeDraw.go | 2 |
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 |
