nsf / termbox-go

Pure Go termbox implementation
http://godoc.org/github.com/nsf/termbox-go
MIT License
4.67k stars 373 forks source link

MouseHover Event #175

Closed DavidGamba closed 6 years ago

DavidGamba commented 6 years ago

Having a MouseHover Event would allow to trigger UI changes to highlight the Mouse position or provide some tooltips. Currently it seems that capturing the Mouse location can only be done on a click or release mouse event.

nsf commented 6 years ago

Terminals don't have mouse motion events iirc.

DavidGamba commented 6 years ago

Sorry about opening an issue for it then :P I didn't see any similar issue so I though I would ask...

I wish more terminals were trying to move forward with extra features, like iTerm2 inline image.