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
color support broken on conhost.exe console, reproduced on both Windows 10 22H2 and Windows 11 24H2.
To Reproduce
Steps to reproduce the behavior:
Run conhost.exe
Run bitsrun.exe status
See error
Expected behavior
right color or no color, not bad output like │ �[32m55.53 GiB�[39m │ �[33m2 weeks�[39m │ �[36m10.00�[39m │ �[35m0.00�[39m │ Screenshots
Additional context
Windows Terminal is not affected. Not all outputs are affected.
The text was updated successfully, but these errors were encountered:
Unfortunately colored output is supported with owo-colors. I suggest applying the NO_COLOR=1 environment variable when calling bitsrun in terminals without proper ANSI escape code support.
Describe the bug
color support broken on conhost.exe console, reproduced on both Windows 10 22H2 and Windows 11 24H2.
To Reproduce
Steps to reproduce the behavior:
conhost.exe
bitsrun.exe status
Expected behavior
right color or no color, not bad output like
│ �[32m55.53 GiB�[39m │ �[33m2 weeks�[39m │ �[36m10.00�[39m │ �[35m0.00�[39m │
Screenshots
Additional context
Windows Terminal is not affected. Not all outputs are affected.
The text was updated successfully, but these errors were encountered: