Created
July 21, 2020 03:08
-
-
Save y56/0782faf97152d301d94466284375eca6 to your computer and use it in GitHub Desktop.
Font settings not working for WSL apps that draw over the entire screen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/microsoft/terminal/issues/177#issuecomment-464416055 | |
Not sure if this bug has been fixed already, anyway, in my case, just changing the code page of command prompt works : | |
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\CodePage] | |
"ACP"="1252" | |
"MACCP"="10000" | |
"OEMCP"="437" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment