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

Add unhandled ECMA-48 CSI sequences \E[nE and \E[nF #39

Merged
merged 3 commits into from
Dec 24, 2023

Conversation

viruscamp
Copy link
Contributor

Add unhandled ECMA-48 CSI sequences \E[nE and \E[nF
E CNL Move cursor down the indicated # of rows, to column 1
F CPL Move cursor up the indicated # of rows, to column 1

Fix Aetf/kmscon#78

  E   CNL       Move cursor down the indicated # of rows, to column 1
  F   CPL       Move cursor up the indicated # of rows, to column 1
@Aetf
Copy link
Owner

Aetf commented Dec 22, 2023

Thanks! Could you also add the corresponding test case to libtsm/test/test_vte.c

@viruscamp
Copy link
Contributor Author

Thanks! Could you also add the corresponding test case to libtsm/test/test_vte.c

Done

@Aetf Aetf merged commit 69922bd into Aetf:develop Dec 24, 2023
2 checks passed
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.

Bugs of Esc[nE and Esc[nF
2 participants