Skip to content

Fix CSI + HPA sequence #196

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

deathaxe
Copy link
Contributor

@deathaxe deathaxe commented Apr 23, 2025

Resolves #192

This commit fixes HPA character, which is U+0060 according to https://vt100.net/docs/vt510-rm/HPA.html, but not U+0027.

Copy link

@Floris497 Floris497 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How did this not cause problems for other people. This seems to make things work again for me!

@deathaxe
Copy link
Contributor Author

Maybe because it is just a VT510 specific synonym for VT102 CHA sequence. Note this repo targeting VT100/102, primarily.

@Floris497
Copy link

Floris497 commented Apr 24, 2025

Interesting enough we use a hardware VT220 as well, which works (naturally) just fine. Not too knowledgeable about it, but the little edit you made works great! (Again, no idea if it breaks something else)

This commit fixes `HPA` character, which is `U+0060` according to
https://vt100.net/docs/vt510-rm/HPA.html, but not `U+0027`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error on CSI sequence with "'" in the Intermediate bytes
2 participants