Maximus5 / ConEmu

Customizable Windows terminal with tabs, splits, quake-style, hotkeys and more
https://conemu.github.io/
BSD 3-Clause "New" or "Revised" License
8.5k stars 570 forks source link

WSL2 mouse handling (clicking / scrolling) is broken #2496

Open luastoned opened 1 year ago

luastoned commented 1 year ago

Versions

ConEmu build: 221218 x64 OS version: Windows 10 x64 22H2 / 10.0.19045 Used shell version: cmd / wsl2 (Ubuntu 20.04 LTS)

Problem description

Up until last week scrolling a streaming output in screen or tmux worked fine, now it emits ^[[A or ^[[B Clicking on tabs in tmux also does not work any longer

Steps to reproduce

  1. Download fresh ConEmu instance
  2. Open new tab and enter WSL
  3. Enter a new screen or tmux session
  4. Steam any output like tail -f <somefile>
  5. Scroll and it will only emit ^[[A^[[A^[[A or ^[[B^[[B^[[B

Expected results

Have the window scroll up/down Change tabs in tmux with mouse clicks

Additional files

image

leanderacs commented 7 months ago

Looks like this is still happening for me on version 230724.

It doesn't seem to be a tmux/config issue because when I run it in powershell mouse clicking works.