You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\#\# Details
The rendering is not updated when the window is scrolled while the
cursor is fixed (can be reproduces using `<C-y>`, `<C-e>`, `zz`, `zt`,
`zb` to scroll the window). This leaves new elements that becomes
visible in current window undecorated.
To fix this simply add 'WinScrolled' event to the updating events.
Co-authored-by: bekaboo <18127878294@qq.com>
0 commit comments