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
Fix potential issues with the regexes for mouse escape sequences,
which were recently updated to allow negative coordinates.
- Fix the updated character class `[-?\d;]`. This will match the literal
character `?` which I assume was not the intention.
- Fix the regex for SGR mouse sequences, where the first parameter is
the button value and should not be negative.
0 commit comments