-
-
Notifications
You must be signed in to change notification settings - Fork 859
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Unable to scroll in less
and most
#429
Comments
What do you mean by scroll? Please describe clearly what action you are taking, what you expect to happen, and what actually happened! |
Someone also brought up scrolling over here: https://matrix.to/#/!RibfHDCcaAAcGCkNEM:gitter.im/$YuhdRuRpNhLLI7ZGDD-_ncP29M5Xf3IQvwyVe-h_puE?via=gitter.im&via=matrix.org It looks like there's been a regression in the logic that maps the wheel to the cursor keys when the alt screen is active |
This appears to have been broken since the introduction of mouse assignments :-/ This commit adds Pane::is_alt_screen_active so that the gui layer can tell whether the alt screen is active, and allow passing down the event. refs: #429
I've pushed a commit that should show up in the nightly builds in the next hour or two |
When I couldn't scroll, I checked wezterm doc to see if I need to enable any option for it work. Then I found this - "SGR style mouse reporting (works in vim and tmux)", in Features page. So I tested scrolling in Vim to see if it's working, and for me, scrolling in Vim was working. Probably because I have this in my config:
This made me confused over whether this works only if this "SGR" is supported. That's why, I asked whether scrolling in others is currently implemented/supported or not. I admit that I don't know anything about this. Edit: Edit-2: I was wrong. See below. |
It's working now. But when compared to other terminals (e.g. Konsole, Yakuake), scrolling is slow. Is there anything I can do to increase scrolling speed? |
I'm surprised you say that, I'm using neovim with the config |
That's weird. Are you using latest release? Because I was using nightly release, I had to install Edit: Silly me! 😬 When testing, I tried scrolling in |
Re: questions about scroll speed, I've opened #432 to track that as an enhancement request. Let's close this since the original issue is resolved! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
I am unable to scroll in
less
andmost
, but I am able to do it in Vim. Is this is a bug, or is this not implemented?P.S. I am using wezterm (
20201101-103216-403d002d-235-gbd614b5e
) on Manjaro (X11).The text was updated successfully, but these errors were encountered: