Closed NicolasGB closed 2 months ago
Some flickering is expected when wrap is set. I'm working on a way to get around this without adding a bunch of extra processing for each animation step. For now I've just added a warning about wrap flickering when using :checkhealth cinnamon
I've made changes to single line keymaps like j and k to not trigger animation when used without a count which should resolve this
I've noticed on versions > 1.2.3 that the text bounces.
It looks like it happens with lines that fill the buffer window when the wrap is activated, and on the lines that overflow, i've tried to reproduce it and find a reliable way of doing so, but haven't been able to.
It happens in both 1.2.4 and 1.2.5, but when i go back to 1.2.3 the bouncing never appears.
Here's a video of what's happening:
https://github.com/user-attachments/assets/447067e6-c975-48dd-bd66-832a3579aaea
To reproduce i've used this minimal lua file:
And i've scrolled with
j
andk
plenty of times through the long lines of this file: https://github.com/NicolasGB/filecrab/blob/main/filecrab-server/src/main.rsI know it's not the best way to reproduce it, but hopefully it helps.
Let me know if i can provide more information