mirror of
https://github.com/neovim/neovim.git
synced 2025-09-22 11:18:19 +00:00
multigrid: add msg_scroll_start and msg_scroll_reset events
This commit is contained in:
@@ -292,6 +292,7 @@ void update_screen(int type)
|
||||
* if the screen was scrolled up when displaying a message, scroll it down
|
||||
*/
|
||||
if (msg_scrolled) {
|
||||
ui_call_win_scroll_over_reset();
|
||||
clear_cmdline = true;
|
||||
if (dy_flags & DY_MSGSEP) {
|
||||
int valid = MAX(Rows - msg_scrollsize(), 0);
|
||||
|
Reference in New Issue
Block a user