You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't look like the ncinput structure has a way to indicate if a mouse input event is a drag or not (i.e. the user moves the mouse while holding down a button). The mouse tracking escape sequences add 32 to the button number to indicate a drag, but this seems to be lost in this code:
It doesn't look like the
ncinput
structure has a way to indicate if a mouse input event is a drag or not (i.e. the user moves the mouse while holding down a button). The mouse tracking escape sequences add32
to the button number to indicate a drag, but this seems to be lost in this code:notcurses/src/lib/in.c
Lines 614 to 625 in 3a3c75e
Please include the following data:
notcurses-demo i
)v3.0.11
The text was updated successfully, but these errors were encountered: