Display colors don't work as aspected #8798

Closed
opened 2026-01-31 01:38:15 +00:00 by claunia · 3 comments
Owner

Originally created by @trodix on GitHub (Jun 4, 2020).

Environment

Windows build number: Microsoft Windows [version 10.0.18363.836]
Windows Terminal version (if applicable): 1.0.1401.0

Steps to reproduce

execute the command symfony serve in a symfony project

Expected behavior

Colors should be rendered like this: (WSL 1 ubuntu used in legacy terminal window)

image

Actual behavior

(Windows Terminal 1.0.1401.0)
Escape chars are not interpreted

image

Originally created by @trodix on GitHub (Jun 4, 2020). # Environment ```none Windows build number: Microsoft Windows [version 10.0.18363.836] Windows Terminal version (if applicable): 1.0.1401.0 ``` # Steps to reproduce execute the command `symfony serve` in a symfony project # Expected behavior Colors should be rendered like this: (WSL 1 ubuntu used in legacy terminal window) ![image](https://user-images.githubusercontent.com/34584317/83726041-3dea3400-a643-11ea-92db-56e1f16bfc50.png) # Actual behavior (Windows Terminal 1.0.1401.0) Escape chars are not interpreted ![image](https://user-images.githubusercontent.com/34584317/83725617-82290480-a642-11ea-8c51-5a07238b77f3.png)
claunia added the Needs-TriageNeeds-Tag-FixNeeds-Attention labels 2026-01-31 01:38:15 +00:00
Author
Owner

@zadjii-msft commented on GitHub (Jun 4, 2020):

Where are you getting symfony from? Are you maybe using a cygwin/msys/git bash version of it? Since this doesn't repro in WSL, I'm assuming that this is because this version of symfony isn't enabling VT processing with ENABLE_VIRTUAL_TERMINAL_PROCESSING

@zadjii-msft commented on GitHub (Jun 4, 2020): Where are you getting `symfony` from? Are you maybe using a cygwin/msys/git bash version of it? Since this doesn't repro in WSL, I'm assuming that this is because this version of `symfony` isn't enabling VT processing with [`ENABLE_VIRTUAL_TERMINAL_PROCESSING`](https://docs.microsoft.com/en-us/windows/console/setconsolemode)
Author
Owner

@trodix commented on GitHub (Jun 4, 2020):

I Keep in mind the ENABLE_VIRTUAL_TERMINAL_PROCESSING flag, I coudn't make it working but It seems to be the solution of my issue.

To be continued...

@trodix commented on GitHub (Jun 4, 2020): I Keep in mind the `ENABLE_VIRTUAL_TERMINAL_PROCESSING` flag, I coudn't make it working but It seems to be the solution of my issue. To be continued...
Author
Owner

@trodix commented on GitHub (Jun 5, 2020):

It works on WSL with the Windows Terminal 1.0, so... issue solved

@trodix commented on GitHub (Jun 5, 2020): It works on WSL with the Windows Terminal 1.0, so... issue solved
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#8798