fredizzimo
fredizzimo
This might be fixed in Neovim by * https://github.com/neovim/neovim/pull/27087 But I don't have a computer to test it right now, so if someone could test it, it would be great.
Yes, I just tested it, it's not fixed.
Also relevant, we used to invert the scroll direction, until winit also did it, and we had to revert our change * https://github.com/neovide/neovide/issues/582
I'm pretty sure that I know what's causing this now. And it happens on my system too, but I have never noticed because it's so subtle in my configuration, only...
I think this will be fixed by * https://github.com/neovide/neovide/pull/2218 But, I'm not sure if the PR works correctly yet.
Winit, and as a result Neovide and also Alacritty for example, uses a quite controlversial way of setting the scale factor on X11. There's not much Neovide can do about...
Closing, this as that's just the way winit works on X11, and it's documented. So, you can either use the documented workaround or switch to Wayland.
I'm unable to reproduce this myself, after several tries. Neither on the 0.11.1 version or on the render loop fix branch https://github.com/neovide/neovide/pull/1977 I would start by checking that you have...
I can reproduce something similar myself now, but I think that's a new regression in 0.12.0 and later. When I leave Neovide running on a disconnected remote desktop over the...
This should be fixed in Neovide 0.13.0