Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(mouse): add extended coordinates and additional buttons support
The X10 mouse protocol limits the X and Y coordinates to 223 cells only. SGR (1006) fixes that. * Support additional buttons like wheel left/right and backward/forward * SGR (1006) mode extended coordinates. feat(mouse): deprecated MouseEventType and support additional button This includes wheel left/right, and buttons 8 through 11 chore(mouse): add extended sgr mode tests chore(mouse): update mouse example feat(mouse): enable extended mode by default ref(mouse): rename backward button to back button fix(mouse): set mouse type to release on SGR ref(mouse): remove extended pixels mode fix(mouse): mouse tests
- Loading branch information