Issue Type: Bug Bug
Assignee: Unassigned
Components: ansicolor
Created: 22/Aug/14 7:47 AM
Description:

tput is a utility frequently used to set the terminal colors (if TERM is set to xterm).

echo "$(tput setaf 3)highlight $(tput sgr0)normal"

ansicolor works as expected here, too, however, when using $(tput sgr0) to reset the font properties, ansicolor leaves a "(B " visible.

So the output when using ansicolor looks like:
highlight normal(B

I assume that's a part of the control sequence that ansicolor doesn't yet know about.

Project: Jenkins
Priority: Minor Minor
Reporter: Nikolaj Schumacher
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to