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.55k stars 571 forks source link

Selecting+scrolling doesn't work together #2368

Open mrx23dot opened 2 years ago

mrx23dot commented 2 years ago

Versions

ConEmu build: Conemu 210718 x64 OS version: Windows 7+10 x64 Used shell version: cmder 1.3.18.1106 https://github.com/cmderdev/cmder

Problem description

Based on linux and windows consoles I should be select with mouse and scroll at the same time.

Steps to reproduce

  1. Press down left mouse button.
  2. Select a few lines with mouse move
  3. keep pressing mouse, then scroll to select more lines which didn't fit the screen.
  4. I expect selection to continue

Actual results

Scrolling is blocked. wont scroll

Expected results

Should scroll while keeping/continuing selection, to copy multi screen amount of lines.

Additional files

config https://github.com/cmderdev/cmder/blob/8d6ce3e4acf86c9418adf1114b0d261e71c5a511/vendor/ConEmu.xml.default

similar issue(?) in ConEmu https://github.com/Maximus5/ConEmu/issues/2115 Original issue in hosting app cmder https://github.com/cmderdev/cmder/issues/2598

Maximus5 commented 2 years ago

You may just drag the mouse and the content will be scrolled.

mrx23dot commented 2 years ago

Yeah, but mouse wheel is much more controlled (doesn't speed up/overshoot), it's really convenient in linux/windows for big outputs.