-
-
Notifications
You must be signed in to change notification settings - Fork 123
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 bleedthrough of \eP0+r #2544
Comments
this would be a "device control string" |
wait, it looks like we already ought be recognizing this as a negative XTGETTCAP? { "P0+r\\S", NULL, }, // negative XTGETTCAP |
|
it looks like mlterm simply isn't terminating with a ST? |
so we either strengthen our automaton so that we can list both signatures, or we get mlterm fixed upstream... |
|
hrmm at least current mlterm does seem to be writing it correctly, then?
|
if i reduce the automaton match to |
Run
notcurses-input
in mlterm. We see "input" of\eP0+r\
. We don't see this in notcurses-info, so it's presumably a response to some query of ours.The text was updated successfully, but these errors were encountered: