Closed
Description
On Windows 10 the new ANSI Terminal Control is turned OFF by default, so users will not see any colors in the output if they run console Go program by just double clicking it.
But this setting could be easily turned on by simple change in registry:
[HKEY_CURRENT_USER\Console]
"VirtualTerminalLevel"=dword:00000001
More details about this issue in the answer from Glenn Slayden here - Windows console with ANSI colors handling
So maybe mentioning about this nuance somewhere in the project README.md will save some time for Windows users.
Metadata
Assignees
Labels
No labels
Activity