gizak / termui

Golang terminal dashboard
MIT License
13.11k stars 786 forks source link

Mouse support #168

Closed pjebs closed 5 years ago

pjebs commented 6 years ago

Does this project have mouse support?

lrstanley commented 6 years ago

See pr https://github.com/gizak/termui/pull/152. Still not merged. Also see https://github.com/gizak/termui/issues/164.

cjbassi commented 5 years ago

Added mouse events! Check the event.go file for more info. Also check the changelog for breaking changes if you upgrade.