I've noticed a little issue with the codes used to clear highlighting on my console that are produced with $(tput sgr0). While they seem to be correctly processed to reset the highlighting, they aren't concealed.
Note: In my log file they appear as ^[(B^[[m (where ^[ is the usual escape sequence).
The typical bash sequence that can reproduce the issue is:
Hi,
First, thanks for the plugin!
I've noticed a little issue with the codes used to clear highlighting on my console that are produced with
$(tput sgr0)
. While they seem to be correctly processed to reset the highlighting, they aren't concealed. Note: In my log file they appear as^[(B^[[m
(where^[
is the usual escape sequence).The typical bash sequence that can reproduce the issue is: