mirror of
https://github.com/neovim/neovim.git
synced 2025-11-29 21:50:38 +00: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.