1
0
mirror of https://github.com/mintty/wsltty.git synced 2025-10-08 21:03:52 +01:00

hints to prevent display corruption

This commit is contained in:
mintty
2025-08-27 00:00:00 +00:00
parent 25460e4bbd
commit 39151ffe8e

View File

@@ -37,13 +37,18 @@ to be patched into Windows manually, following the instructions in the
[mintty wiki, section Interaction with WSL](https://github.com/mintty/mintty/wiki/Tips#interaction-with-wsl-and-other-windows-programs) [mintty wiki, section Interaction with WSL](https://github.com/mintty/mintty/wiki/Tips#interaction-with-wsl-and-other-windows-programs)
to patch OpenConsole into your Windows as conhost replacement. to patch OpenConsole into your Windows as conhost replacement.
#### Troubleshooting display glitches #### #### Troubleshooting display corruption ####
The new conhost layer unfortunately still breaks display in certain cases. With the new conhost/conpty layer unfortunately display appears broken
As a workaround, you may switch back to the wslbridge approach with the in certain cases. Two workarounds are available, both setting an option
following setting in a config file (%APPDATA%/wsltty/config): in a config file (%APPDATA%/wsltty/config):
`WSLbridge=2`. * `Baud=999999`
The wslbridge2 gateway is still deployed with wsltty for that matter.
or
* `WSLbridge=2`.
The latter switches back to the wslbridge launching approach; the
wslbridge2 gateway is still deployed with wsltty for that matter.
(If for a very old Windows 10 version you still need the original (If for a very old Windows 10 version you still need the original
wslbridge gateway, set `WSLbridge=1` and deploy it manually.) wslbridge gateway, set `WSLbridge=1` and deploy it manually.)