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
BTW, has anybody looked at jansi or lanterna libs? It has windows support. Moreover, it has bindings to Win API like GetConsoleScreenBufferInfo, which can be used as a replacement to direct stty-usage (who needs a /dev/tty, which is absent on Windows).
Hey,
I'm not sure if fansi supports Windows at the moment. I have seen colours leaking in both Windows 7 CMD and Cygwin.
Issuing the command:
fansi.Color.Red("Hello World Ansi!")
produces:
and I have to manually reset the colours back.
I have tested this on MacOSX and it's not an issue:
The text was updated successfully, but these errors were encountered: