mirror of
https://github.com/neovim/neovim.git
synced 2026-08-28 01:51:52 +00:00
feat(ui): include compositor info with multigrid
Provide compositor information, like composition index and absolute position.
This commit is contained in:
@@ -953,11 +953,13 @@ function Screen:_handle_grid_resize(grid, width, height)
|
||||
}
|
||||
end
|
||||
|
||||
function Screen:_handle_msg_set_pos(grid, row, scrolled, char)
|
||||
function Screen:_handle_msg_set_pos(grid, row, scrolled, char, zindex, compindex)
|
||||
self.msg_grid = grid
|
||||
self.msg_grid_pos = row
|
||||
self.msg_scrolled = scrolled
|
||||
self.msg_sep_char = char
|
||||
self.msg_zindex = zindex
|
||||
self.msg_compindex = compindex
|
||||
end
|
||||
|
||||
function Screen:_handle_flush() end
|
||||
|
||||
Reference in New Issue
Block a user