-
-
Notifications
You must be signed in to change notification settings - Fork 980
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Horizontal scrolling is reversed #7439
Comments
@kovidgoyal Oops, looks like this has broken Neovim scrolling for me on macOS 14.5... Tested with the following steps: > kitty --version
kitty 0.35.0 created by Kovid Goyal
> kitty --config NONE
[Enters Kitty with default settings]
> nvim --version
NVIM v0.10.0
Build type: Release
LuaJIT 2.1.1716656478
Run "nvim -V1 -v" for more info
> nvim -u NORC
[Enters Neovim with default settings]
:set wrap!
20i1234567890<ESC>
[Now scrolling to the left will cause the buffer to move right and vice versa] |
I think it might've been a wayland-specific issue with the graphics library. I'll make another PR undoing this change and fixing that. |
@rami3l, @MithicSpirit: It's fixed in master/nightly as far as I can see, see #7475 and #7481. |
@trygveaa I see. I'll wait for the next release then. Thanks for doing the linking :) |
I can confirm that the newly-released |
I installed Kitty 0.35.1 with Nix on Manjaro and I still have the issue on Wayland. I didn't test on X11, because it is broken on my computer. |
I dont see how that's possible. Running kitty kitten mouse-demo and moving fingers right on the touchpad gives me WHEEL_RIGHT and left |
Describe the bug
Horizontal scrolling is backwards: scrolling left moves right, and scrolling right moves left.
To Reproduce
Steps to reproduce the behavior:
nowrap
);Environment details
Additional context
Successfully reproduces with
--config NONE
.The text was updated successfully, but these errors were encountered: