jetzig-framework / jetzig

Jetzig is a web framework written in Zig
MIT License
308 stars 15 forks source link

Fixed issue 52 by using only native Windows colors. #84

Closed rhues closed 3 weeks ago

rhues commented 3 weeks ago

This fixes log colorization for Windows. Note: when Zig 0.12 support is no longer needed, a more elegant solution is possible that allows ANSI colors on Windows in most cases. This fix works with Zig 0.12 and up.

bobf commented 3 weeks ago

@rhues Thanks a lot for the PR !