1
0
mirror of https://github.com/mintty/wsltty.git synced 2025-09-17 10:42:24 +01:00

3.8.0.2, workaround for corrupted display (mintty/mintty#1332)

This commit is contained in:
Thomas Wolff
2025-08-28 00:00:00 +00:00
parent 39151ffe8e
commit bbe0dd4e56
3 changed files with 10 additions and 2 deletions

View File

@@ -1 +1 @@
3.8.0
3.8.0.2

View File

@@ -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"

View File

@@ -11,7 +11,7 @@
##############################
# mintty and wsltty release versions
wslttyver=3.8.0
wslttyver=3.8.0.2
minttyver=3.8.0