mirror of
https://github.com/neovim/neovim.git
synced 2026-01-10 13:27:56 +10:00
Problem: Cursor position set by nvim_win_set_cursor() is not reflected
on the screen when followed by a blocking call like getchar().
Solution: Immediately update the cursor position on the grid.