-
Notifications
You must be signed in to change notification settings - Fork 0
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
clear screen when launching escape-artist on Windows #11
Comments
Isn’t that eraser icon in the first line clearing the screen? |
Interesting. If this is happening in multiple shells, I wonder if it’s a portable_pty thing… |
Multiple shells and multiple terminal emulators. You may have a correct guess. |
I skimmed the portable_pty code and didn’t find anything obvious. Possible this is happening in the Windows ConPTY library itself… |
I'm guessing it could also be a response to the 3 CSI calls before it? |
Related to #8 (comment), I'm seeing something similar but I'm not catching the escapes that are doing the clear screan. This is what I see.
The difference may be that I have a
print 'Hello, from blah'
in each of my files when launching nushell but you'd think that the clear screen would come before those and escape-artist would capture it. 🤔The text was updated successfully, but these errors were encountered: