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
In windows 10 SetConsoleMode accept a flag to display ansi formatting.
Or a nother way is to use cat esy @test run | esy cat can you add a flag or call this C function ?
The text was updated successfully, but these errors were encountered:
@bryphe intentionally disabled colors on Windows because it was causing hanging. See onivim/oni2#1118. Otherwise I think it should work without needing to call any C functions. @dbuenzli/fmt should handle this for us.
In windows 10
SetConsoleMode
accept a flag to display ansi formatting.Or a nother way is to use cat
esy @test run | esy cat
can you add a flag or call this C function ?The text was updated successfully, but these errors were encountered: