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
Hi.
I can see that all hooks' output are written with overridden colors (gray). It's hard to read. How can i reset colors to white-on-black for all output?
I tried adding tput init and tput setaf 7 && tput setab 0 in my prebuild.sh but it didn't help.
If I output via echo with ANSI (-e) it overrides but I don't want to change all my echo commands.
The text was updated successfully, but these errors were encountered:
evil-shrike
changed the title
How to reset stdout colors to standard for prebuild hooks
[Q] How to reset stdout colors to standard for prebuild hooks
May 2, 2023
Hi.
I can see that all hooks' output are written with overridden colors (gray). It's hard to read. How can i reset colors to white-on-black for all output?
I tried adding
tput init
andtput setaf 7 && tput setab 0
in my prebuild.sh but it didn't help.If I output via echo with ANSI (
-e
) it overrides but I don't want to change all my echo commands.The text was updated successfully, but these errors were encountered: