-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
escape codes from ansi-escapes
not being stripped by strip-ansi
?
#19
Comments
Beep won't. scrollDown should. Let me look :) |
#20 fixes this - good catch :) |
To be clear, beep isn't actually an escape code. It's considered a valid ASCII character that has nothing to do with escapes and the like. It'd be out of scope for this module. cc @sindresorhus, not sure you opinion on it. It has a property in |
Yeah, makes sense now that I look at it again.
Cool! |
Hey, thanks for this useful tool!
If I understand correctly, the following escape codes should be stripped by
strip-ansi
, right?clearScreen
gets stripped though:The text was updated successfully, but these errors were encountered: