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

feat(phoenix): Make clear clear scrollback unless -x is given #499

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

AtkinsSJ
Copy link
Contributor

From what I understand, we shouldn't need both \x1B[2J and \x1B[3J sequences to clear everything, but xterm.js would not correctly clear the visible region with only \x1B[3J. So, we have both.

From what I understand, we shouldn't need both `\x1B[2J` and `\x1B[3J`
sequences to clear everything, but xterm.js would not correctly clear
the visible region with only `\x1B[3J`. So, we have both.
@KernelDeimos KernelDeimos merged commit 75a989a into HeyPuter:main Jul 1, 2024
5 checks passed
@AtkinsSJ AtkinsSJ deleted the phoenix-clear-scrollback branch July 3, 2024 06:25
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.

2 participants