mirror of
https://github.com/neovim/neovim.git
synced 2026-05-04 04:55:16 +00:00
multigrid: add msg_scroll_start and msg_scroll_reset events
This commit is contained in:
@@ -646,6 +646,12 @@ function Screen:_handle_grid_resize(grid, width, height)
|
||||
}
|
||||
end
|
||||
|
||||
function Screen:_handle_msg_scroll_start()
|
||||
end
|
||||
|
||||
function Screen:_handle_msg_scroll_reset()
|
||||
end
|
||||
|
||||
function Screen:_handle_flush()
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user