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
{{ message }}
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.
When using the "bold" it matches everything after the initial match, while the color configured on the same rule is displaying correctly. The bold style continues until the session is closed. ct --reload does not help either.
Thanks for the submission. I was able to recreate the problem on v0.5.0. I'll get a fix out ASAP.
On initial inspection, it seems like ct is doing what it's designed to do:
v color start v color reset
\e[38;5;167m\e[1m1 input errors\e[21m\e[39m
^ bold on ^ bold off
I looked at a Wiki page for getting the "bold off" (\e[21m) code but it would seem that it is not widely supported. I'll find the correct code or an alternative for bold off.
Description
When using the "bold" it matches everything after the initial match, while the color configured on the same rule is displaying correctly. The bold style continues until the session is closed.
ct --reload
does not help either.Environment
Configuration
The text was updated successfully, but these errors were encountered: