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
Return ULOG_NO_COLOR instead of breaking ULOG_HAVE_COLOR (#99) (#100)
Fixes issue #99 by replacing `ULOG_HAVE_COLOR` with `ULOG_NO_COLOR` in
the color feature check, ensuring correct behavior when color output is
disabled.
Signed-off-by: Farhan Tariq <farhantariq1016@gmail.com>