Closed bprb closed 2 months ago
To repro:
--geometry 100x20
set lines
to verify line count is 20set lines=30
to increase nvy window heightSorry for the slow response and thanks for the repro, I am not sure why neovim is not sending a flush but in any case I don't see any harm in a few extra manual flushes to make sure things like this work. Merging 👍
Detect a grid change and resize the (win32) window. Neovim might not send a flush so manually force a full grid redraw.