diff options
| author | Jeff Carr <[email protected]> | 2024-02-02 11:47:32 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-02 11:47:32 -0600 |
| commit | d4c2f8cb1b7514c1afa1d85092988b3ef25cef16 (patch) | |
| tree | 4d521ef65c8ed740d573d2938a01f512a223188d /mouse.go | |
| parent | d6f1a45c77ca5f8fd92522166c488938797b706b (diff) | |
crippled, but works
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'mouse.go')
| -rw-r--r-- | mouse.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ func mouseDown(g *gocui.Gui, v *gocui.View) error { maxX, _ := g.Size() findUnderMouse() msg := fmt.Sprintf("mouseDown() Mouse really down at: %d,%d", mx, my) - dropdownClicked(mx, my) + // dropdownClicked(mx, my) x := mx - len(msg)/2 if x < 0 { x = 0 |
