You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/08/23 06:57:20 UTC

[jira] [Commented] (KARAF-4511) grep leaves around Ansi reset char sequence

    [ https://issues.apache.org/jira/browse/KARAF-4511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15432255#comment-15432255 ] 

ASF subversion and git services commented on KARAF-4511:
--------------------------------------------------------

Commit 329e260f140f66419a9d7e509345ee8a9d09b032 in karaf's branch refs/heads/master from [~jbonofre]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=329e260 ]

[KARAF-4511] This closes #180


> grep leaves around Ansi reset char sequence
> -------------------------------------------
>
>                 Key: KARAF-4511
>                 URL: https://issues.apache.org/jira/browse/KARAF-4511
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-shell
>    Affects Versions: 4.0.5
>            Reporter: Paolo Antinori
>            Assignee: Jean-Baptiste Onofré
>            Priority: Minor
>             Fix For: 4.1.0, 4.0.6
>
>
> {{grep}} command, injects an Ansi char sequence to close the markup/highlighting of the found token.
> It shouldn't do it when the command is invoked with the {{--color never}} flag.
> The current erroneous behavior, produces this output:
> {code}
> echo abc | grep --color never
> abXc
> {code}
> where {{X}} is the Ansi reset sequence, injected here:
> https://github.com/jboss-fuse/karaf/blob/2e2b9324d4a65076b119239edc8920185914dc60/shell/commands/src/main/java/org/apache/karaf/shell/commands/impl/GrepAction.java#L144



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)