Closed
Description
Versions
ConEmu build: 170402-Preview x64
OS version: Windows 10, build 15063 (Creators Update RTM) x64
Used shell version: WSL, invoked as a new task via *"%windir%\system32\bash.exe -cur_console:p"
tmux version: 2.1
WSL Ubuntu version: 16.04
Problem description
When attempting to scroll a buffer in a WSL tab running tmux, instead of scrolling, the error chime plays, and either ~2
or ~3
is printed to the input buffer (depending on the direction scrolled).
Steps to reproduce
- Start a new WSL ConEmu tab via
bash.exe -cur_console:p
(or via the task listed above) - Open a tmux session.
- Generate enough output that vertical scrolling is required.
- Attempt to use the mouse's scroll wheel.
Actual results
The Windows error chime plays, and the ~2
or ~3
is entered into the input buffer.
Expected results
The tmux buffer scrolls.
Interesting notes
Bizarrely, if I show the RealConsole, and attempt to scroll my tmux buffer in that window, it works just fine.
I can also confirm that scrolling works as expected in a plain old Powershell window that's running WSL.