Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save y56/0782faf97152d301d94466284375eca6 to your computer and use it in GitHub Desktop.
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
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