Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(phoenix): Make
clear
clear scrollback unless -x
is given
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.
- Loading branch information