We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
according to links below, the following sequence instruct the terminal to set window title and icon:
\u001b]0;sg@tota:~/git/\u0007
and strip-ansi is not removing it
In other words I expect
stripAnsi('\u001b]0;sg@tota:~/git/\u0007\u001b[01;32m[sg@tota\u001b[01;37m misc-tests\u001b[01;32m]$')
to return the string:
[sg@tota misc-tests]$
This is very common in xterm based linux stdout to print the prompt. Thanks BTW this is great project! keep it up!
References: http://invisible-island.net/xterm/ctlseqs/ctlseqs.html#h2-Title-Modes https://unix.stackexchange.com/questions/288996/what-u001b0kubajcubic-u0007-escape-code-do
failing test PR https://github.com/chalk/ansi-regex/pull/22/files
The text was updated successfully, but these errors were encountered:
Add failing test for #21 (#22)
14839a4
Support more escape types like links (#29)
96200bb
Fixes #21 Fixes #28
No branches or pull requests
Hello,
according to links below, the following sequence instruct the terminal to set window title and icon:
and strip-ansi is not removing it
In other words I expect
to return the string:
This is very common in xterm based linux stdout to print the prompt. Thanks BTW this is great project! keep it up!
References:
http://invisible-island.net/xterm/ctlseqs/ctlseqs.html#h2-Title-Modes
https://unix.stackexchange.com/questions/288996/what-u001b0kubajcubic-u0007-escape-code-do
failing test PR https://github.com/chalk/ansi-regex/pull/22/files
The text was updated successfully, but these errors were encountered: