mirror of
https://github.com/mintty/wsltty.git
synced 2025-09-17 18:52:23 +01:00
3.8.0.2, workaround for corrupted display (mintty/mintty#1332)
This commit is contained in:
@@ -155,6 +155,14 @@ mkdir "%configdir%\emojis" 2> nul:
|
||||
copy "%installdir%\usr\share\mintty\emojis\getemojis" "%configdir%\emojis" 2> nul:
|
||||
copy "%installdir%\usr\share\mintty\emojis\getflags" "%configdir%\emojis" 2> nul:
|
||||
|
||||
rem 3.8.0.2: create global config file for troubleshooting
|
||||
mkdir "%installdir%\etc" 2> nul:
|
||||
echo ###########################>"%installdir%\etc\minttyrc"
|
||||
echo # Troubleshooting>>"%installdir%\etc\minttyrc"
|
||||
echo # To work around a pty interworking issue between wsl and cygwin,>>"%installdir%\etc\minttyrc"
|
||||
echo # we need to apply this configuration for now:>>"%installdir%\etc\minttyrc"
|
||||
echo Baud=999999>>"%installdir%\etc\minttyrc"
|
||||
|
||||
rem create config file if it does not yet exist
|
||||
if exist "%configdir%\config" goto appconfig
|
||||
echo # To use common configuration in %%APPDATA%%\mintty, simply remove this file>"%configdir%\config"
|
||||
|
Reference in New Issue
Block a user