-
|
I can't select text beyond the visible viewport. I need to copy the output from the build system printed in the terminal emulator to report it to the upstream project. However, my mouse can't move past the visible viewport. I tried selecting from top to bottom and from bottom to top, but it didn't work. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 15 replies
-
|
@SpartanJ This is the most important issue for me. I can set other matters aside as minor, but not this one. Do you have a solution yet? |
Beta Was this translation helpful? Give feedback.
-
|
I don’t know how serious this bug could be, but here’s what happened: I tried to build a large C++ project (CopperSpice to be clear), which produces a lot of output on the screen. After several minutes, the compilation failed with exit code 1. By that point, the output had already filled the screen well beyond the scrollback limit. When the screensaver triggered, I stepped away for coffee. Upon returning, I tried to use the middle mouse button to scroll up and see where the compilation failed. However, scrolling was completely broken. I couldn’t move either up or down. The screen flickered heavily, and instead of scrolling through the build output, it jumped into shell history. Update: If you persist in trying to scroll up (as I did), eventually the flickering stops. But you can only scroll within the currently visible viewport, not beyond it. This is far below the configured scrollback limit. Scrolling down again takes you back into shell history, and scrolling up repeats the same flickering behavior with the viewport as the hard limit. I’m not sure if this issue is related to your latest commit, but I always use the latest nightly build. |
Beta Was this translation helpful? Give feedback.
-
|
@SpartanJ How can I disable the middle mouse button from traversing shell history? |
Beta Was this translation helpful? Give feedback.
Added.