You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2016/04/29 15:07:13 UTC

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

     [ https://issues.apache.org/jira/browse/KARAF-4511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré reassigned KARAF-4511:
-------------------------------------------

    Assignee: Jean-Baptiste Onofré

> 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é
>             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)