mouse doesn't work with 3.8.0.3
Tested it with midnight commander, Ubuntu 24.04.3 LTS
C:\Users\Denis>wsl --version
WSL version: 2.6.1.0
Kernel version: 6.6.87.2-1
WSLg version: 1.0.66
MSRDC version: 1.2.6353
Direct3D version: 1.611.1-81528511
DXCore version: 10.0.26100.1-240331-1435.ge-release
Windows version: 10.0.19044.6575
config:
# To use common configuration in %APPDATA%\mintty, simply remove this file
Term=xterm-256color
StatusLine=no
Font=Consolas
FontHeight=11
ThemeFile=dracula
BellFile=percussive-bongo-lo
Columns=148
Rows=39
WindowShortcuts=no
ClipShortcuts=no
SwitchShortcuts=no
ZoomShortcuts=no
AltFnShortcuts=no
ClicksTargetApp=yes
workaround: downgrade to 3.7.8
Is that in Windows 10? Please update the Windows conhost/conpty layer as described in https://github.com/mintty/wsltty/#launching-wsl which links to the description in the mintty wiki. I should expose that better on the project page and also mention that it is important for mouse interaction.
Is that in Windows 10? - yes
Maybe the application should automatically detect that it is running on windows 10 and work correctly without requiring any additional actions from the user?
The wslbridge gateway previously used by default had recurring invocation issues so wsltty was not usable for some people. That's why wsltty now changed to using the native wsl.exe gateway instead, after that had been enabled to get rid of previous problems on its part, unfortunately not yet completely, so switching at this time was a trade-off.
You can revert to the previous gateway by setting
WSLbridge=2 in %APPDATA%/mintty/config or %APPDATA%/wsltty/config.