Closed brightio closed 11 months ago
The "%s" will always print the string literally so you will always resort to the binary printf which in very old systems doesn't support ANSI colors. This pull request fix issues #32, #38 and #67.
The "%s" will always print the string literally so you will always resort to the binary printf which in very old systems doesn't support ANSI colors. This pull request fix issues #32, #38 and #67.