dstein64 / nvim-scrollview

A Neovim plugin that displays interactive vertical scrollbars and signs.
MIT License
517 stars 9 forks source link

Pointer position is not adjusted when `winbar` is set #117

Closed rosingrind closed 10 months ago

rosingrind commented 10 months ago

When you set any winbar, the recorded pointer position is shifted down by 1 cell:

https://github.com/dstein64/nvim-scrollview/assets/108860307/f1e1f833-9e41-45e8-9195-47aafbf6af4b

May be related to #72

dstein64 commented 10 months ago

Fixed in 48b37bada0ac8b4dda6225f18133a3f7e9ec7352. Thanks for reporting the issue.