Closed TheLazySquid closed 3 months ago
On windows (at least for me and someone in this discord thread) the client_backend console is missing its ansi formatting
This uses ansi_term::enable_ansi_support to make the formatting work on windows too.
I have almost no experience with rust but it seems to work fine for me on windows and wsl.
this fundamentally boils down to a call to SetConsoleMode to set ENABLE_VIRTUAL_TERMINAL_PROCESSING on the console handle iirc
ENABLE_VIRTUAL_TERMINAL_PROCESSING
Oh yeah I ran the pipeline but totally forgot to merge this.
On windows (at least for me and someone in this discord thread) the client_backend console is missing its ansi formatting
This uses ansi_term::enable_ansi_support to make the formatting work on windows too.
I have almost no experience with rust but it seems to work fine for me on windows and wsl.