bugzilla-daemon at mindrot.org
2024-Dec-01 14:58 UTC
[Bug 3760] New: SSH blocks terminal scroll
https://bugzilla.mindrot.org/show_bug.cgi?id=3760 Bug ID: 3760 Summary: SSH blocks terminal scroll Product: Portable OpenSSH Version: 9.9p1 Hardware: Other OS: Linux Status: NEW Severity: major Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org Reporter: justzed32 at gmail.com Created attachment 3845 --> https://bugzilla.mindrot.org/attachment.cgi?id=3845&action=edit recording of vscode unscrollable Hello SSH team, There is an issue which seems to press a lot of people: https://superuser.com/questions/1331658/why-cant-i-scroll-in-the -terminal https://stackoverflow.com/questions/69543386/scrolling-in-the-integrated-terminal-using-the-mouse-wheel It forbids scrolling when using `ssh` for seemingly no reason. Works in both vscode terminal and in WSL ubuntu. As such, I am blocked from ssh-ing into my instance and have to use jupyter online terminal to execute my code. Which shouldn't be the case. I've spent 1.5 hours trying to allow scrolling but it couldn't be made. Could you please fix it? -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2024-Dec-01 14:59 UTC
[Bug 3760] SSH blocks terminal scroll
https://bugzilla.mindrot.org/show_bug.cgi?id=3760 --- Comment #1 from justzed32 at gmail.com --- *I'm sure it was reported before; but should be such a simple issue to fix that I don't know why it isn't. It stops me from reading test output on my machine, for example. -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2024-Dec-04 13:15 UTC
[Bug 3760] SSH blocks terminal scroll
https://bugzilla.mindrot.org/show_bug.cgi?id=3760 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djm at mindrot.org Resolution|--- |WORKSFORME Status|NEW |RESOLVED --- Comment #2 from Damien Miller <djm at mindrot.org> --- This is a problem between your terminal and your shell. Something (maybe your shell) is instructing your terminal to interpret mouse wheel movements as control codes instead of handling them as it normally would. OpenSSH isn't in a position to fix this. You'll have to figure out which of these is messing things up and get them to fix it. Maybe putting a call to "reset" in your shell initialisation could be enough. -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.