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
By default under windows ANSI escape sequences won't color the output but instead been displayed as normal characters.
As mentioned in Selfbus Wiki there is a workaround adding/setting HKEY_CURRENT_USER\Console\VirtualTerminalLevel to 1.
As i understand jansi has native cross-platform support.
A starting point would be adding to build.gradle:
// console colors with ANSI escape sequences
implementation 'org.fusesource.jansi:jansi:2.4.0'
The text was updated successfully, but these errors were encountered:
By default under windows ANSI escape sequences won't color the output but instead been displayed as normal characters.
As mentioned in Selfbus Wiki there is a workaround adding/setting
HKEY_CURRENT_USER\Console\VirtualTerminalLevel
to 1.As i understand jansi has native cross-platform support.
A starting point would be adding to
build.gradle
:The text was updated successfully, but these errors were encountered: