coolwanglu / neovim-e

Electron UI for Neovim
MIT License
271 stars 29 forks source link

Support for scrolling with mouse #12

Closed rygwdn closed 9 years ago

rygwdn commented 9 years ago

neovim TUI and vanilla gvim both support scrolling with the mouse, would be nice to have that in neovim.as too.

coolwanglu commented 9 years ago

Right. One difficult thing is that the scroll event is different across systems, I'll check how Atom is handling it.

coolwanglu commented 9 years ago

@rygwdn which platform were you working on? There are a few issues reported that scrolling is not working on Ubuntu.

rygwdn commented 9 years ago

I've only tested on OS X