jroimartin / gocui

Minimalist Go package aimed at creating Console User Interfaces.
BSD 3-Clause "New" or "Revised" License
9.92k stars 608 forks source link

Install error: keybinding.go:74: undefined: termbox.MouseRelease #184

Closed Ariels123 closed 3 years ago

Ariels123 commented 5 years ago

I get this error trying to install on OSx

go get github.com/jroimartin/gocui

github.com/jroimartin/gocui

../../../../go/src/github.com/jroimartin/gocui/keybinding.go:74: undefined: termbox.MouseRelease

Any easy workaround?

whereswaldon commented 5 years ago

Never seen this one before. A few questions that might help narrow things down:

jroimartin commented 3 years ago

Sorry, I cannot reproduce. Also, the issue is quite old, so I'm closing it. If you experience this issue again, feel free to reopen it providing more details.