1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 11:37:32 +03:00

Set cursor and flush after scrolling

This commit is contained in:
Tae Won Ha 2017-06-05 13:44:42 +02:00
parent d14b01efe6
commit 93b9366a66
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -639,6 +639,8 @@ void neovim_scroll(void **argv) {
}
update_screen(VALID);
setcursor();
ui_flush();
return nil;
});