tulir / mauview

A Go TUI library based on tcell.
Mozilla Public License 2.0
48 stars 7 forks source link

Fix scroll regression introduced in #11 #14

Closed n-peugnet closed 6 months ago

n-peugnet commented 6 months ago

Simply checking that the Buttons bitset of both events is the same is not enough to set the motion to true. We have to make sure that the event is only for buttons and not for the mouseweel.

Fixes https://github.com/tulir/mauview/pull/11#issuecomment-2045068021