Skip to content
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

mlterm doesn't generate mouse move events #2533

Open
dankamongmen opened this issue Jan 8, 2022 · 11 comments
Open

mlterm doesn't generate mouse move events #2533

dankamongmen opened this issue Jan 8, 2022 · 11 comments
Assignees
Labels
bug Something isn't working external work needing done on some other project input readin' dem bytes
Milestone

Comments

@dankamongmen
Copy link
Owner

Running notcurses-input in mlterm, we don't see mouse move events, only button presses. This is in mode 1006, but also seems to be the case for 1016 (see #1457).

@dankamongmen dankamongmen added bug Something isn't working input readin' dem bytes labels Jan 8, 2022
@dankamongmen dankamongmen self-assigned this Jan 8, 2022
@dankamongmen dankamongmen added this to the 4.0.0 milestone Jan 8, 2022
@dankamongmen
Copy link
Owner Author

also, starting MLterm generates the input \eP0+r\, at least recently. well, this has been going on since at least 3.0.3.

@dankamongmen
Copy link
Owner Author

also, starting MLterm generates the input \eP0+r\, at least recently. well, this has been going on since at least 3.0.3.

that's XTGETTCAP, right?

@ghost
Copy link

ghost commented Jan 12, 2022

Yes, that is a response to XTGETTCAP:

DCS 0 + r Pt ST for invalid requests.
          The strings are encoded in hexadecimal (2 digits per
          character).

I'm experiencing the same issue. Seems like mlterm isn't handling any-event mode (1003), but is giving me button-event (1002).

@dankamongmen
Copy link
Owner Author

Yes, that is a response to XTGETTCAP:

DCS 0 + r Pt ST for invalid requests.
          The strings are encoded in hexadecimal (2 digits per
          character).

I'm experiencing the same issue. Seems like mlterm isn't handling any-event mode (1003), but is giving me button-event (1002).

yep. i'm handling the (negative) XTGETTCAP now, but yeah, no any-event.

@ghost
Copy link

ghost commented Jan 14, 2022

That's a regression. mlterm used to give me any-event.

@dankamongmen
Copy link
Owner Author

so do we flip a coin to see who writes up the issue on mlterm? =]

@ghost
Copy link

ghost commented Jan 21, 2022

Gotcha fam 👍

@dankamongmen
Copy link
Owner Author

Gotcha fam +1

look at @klamonte speaking the patois! this made me break into a wide smile =]

@dankamongmen
Copy link
Owner Author

arakiken/mlterm#34

@AutumnMeowMeow
Copy link

It's fixed in mlterm now.

(Hello from my new account going forward. :-) )

@dankamongmen
Copy link
Owner Author

so this'll presumably be in 3.0.3, as 3.0.2 came out 25 days ago.

@dankamongmen dankamongmen added the external work needing done on some other project label Feb 11, 2022
@dankamongmen dankamongmen modified the milestones: 4.0.0, 3.1.0 Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working external work needing done on some other project input readin' dem bytes
Projects
None yet
Development

No branches or pull requests

2 participants