You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The :none option seems to produce extra \x1b[m\x1b[1m before and \x1b[m after the text in question. In particular, the former means that the text is shown in bold.
It would be preferable to have no ANSI artifacts in the output at all, when switching color to none.
The text was updated successfully, but these errors were encountered:
Trying to get rid of the coloring for path and line, only leaving the intra-line matches colored:
The
:none
option seems to produce extra\x1b[m\x1b[1m
before and\x1b[m
after the text in question. In particular, the former means that the text is shown in bold.It would be preferable to have no ANSI artifacts in the output at all, when switching color to none.
The text was updated successfully, but these errors were encountered: