-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Use a better clear console sequence #1211
Conversation
I want to get this merged together with the Jest release that includes jestjs/jest#2230. |
May I ask - it works for windows 10 powershell, right? |
In my testing yes. |
I'll add that this fixes an issue I've seen in my os x terminal: after running an |
@dbachrach hm.. that change is related only for screen clearing things really. You may changed this option under terminal settings: |
Going to get this in, I'll remember to update Jest before releasing this. |
I'm confused about this - is it intentional to clear the entire scrollback history, even in tmux? It's super surprising for new users, and seems to assume that you'd never again want to see what was in the terminal history before running |
Found this in jestjs/jest#2230.
I tried many different options before but this one seems to work most consistently and removes the annoying scrollback both on OS X and Windows.