songww / reovim

Neovim GUI written in Rust, using relm4(gtk4-rs).
Other
101 stars 3 forks source link

mouse/trackpoint: Scrolling does not work #71

Open diefans opened 1 year ago

diefans commented 1 year ago

scrolling with mouse/trackpoint does not work or at least it works a little bit when I really pull/push my trackpoint strong enough.

songww commented 1 year ago

The scroll wheel relies on neovim's settings. If it can be scrolled normally with the mouse wheel in tui, there should be no problem here.