-
Notifications
You must be signed in to change notification settings - Fork 838
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 mouse & shift key support
Support SGR(1006) mouse mode Support parsing shift key press Support additional mouse buttons Report which button was released Report button motion
- Loading branch information
1 parent
99d7d4b
commit 19d760d
Showing
13 changed files
with
1,042 additions
and
227 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[?25lHi. This program will exit in 10 seconds. To quit sooner press any key | ||
[70D[1A[70D[2KHi. This program will exit in 9 seconds. To quit sooner press any key. | ||
[70D[2K[?25h[?1002l[?1003l | ||
[70D[2K[?25h[?1002l[?1003l[?1006l |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.