-
Notifications
You must be signed in to change notification settings - Fork 803
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extended Coordinates mouse reporting & additional buttons support #594
Merged
Conversation
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
aymanbagabas
force-pushed
the
ext-mouse
branch
4 times, most recently
from
November 14, 2022 23:54
decd02a
to
1e450d4
Compare
aymanbagabas
changed the title
Extended Coordinates mouse support
Extended Coordinates mouse parse support
Nov 15, 2022
meowgorithm
reviewed
Nov 15, 2022
meowgorithm
reviewed
Nov 15, 2022
meowgorithm
reviewed
Nov 15, 2022
aymanbagabas
force-pushed
the
ext-mouse
branch
from
January 25, 2023 20:36
4070950
to
bbc1082
Compare
aymanbagabas
force-pushed
the
ext-mouse
branch
from
January 25, 2023 20:38
bbc1082
to
3fc70fb
Compare
aymanbagabas
changed the title
Extended Coordinates mouse parse support
Extended Coordinates mouse reporting & additional buttons support
Jan 25, 2023
aymanbagabas
force-pushed
the
ext-mouse
branch
6 times, most recently
from
January 25, 2023 20:55
7e61d16
to
675334f
Compare
aymanbagabas
force-pushed
the
ext-mouse
branch
2 times, most recently
from
February 21, 2023 17:49
47fdcdd
to
d9270ed
Compare
Closed
aymanbagabas
force-pushed
the
ext-mouse
branch
2 times, most recently
from
October 4, 2023 16:56
6e316e7
to
eb8ced3
Compare
aymanbagabas
force-pushed
the
ext-mouse
branch
2 times, most recently
from
October 4, 2023 16:58
7fa30ef
to
5b0862c
Compare
Support SGR(1006) mouse mode Support parsing shift key press Support additional mouse buttons Report which button was released Report button motion
aymanbagabas
force-pushed
the
ext-mouse
branch
from
October 4, 2023 17:10
5b0862c
to
19d760d
Compare
robin-samuel
suggested changes
Oct 12, 2023
meowgorithm
approved these changes
Nov 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The X10 mouse protocol limits the X and Y coordinates to 223. This adds SGR (1006) mode to enable extended mouse events support.
Wants: muesli/termenv#104
Fixes: #359
Fixes: #718