mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 13:08:33 +00:00
multigrid: rename event to win_pos, make grid first
This commit is contained in:
@@ -84,10 +84,10 @@ void grid_scroll(Integer grid, Integer top, Integer bot,
|
||||
void grid_destroy(Integer grid)
|
||||
FUNC_API_SINCE(5) FUNC_API_REMOTE_ONLY;
|
||||
|
||||
void win_position(Integer win, Integer grid, Integer startrow,
|
||||
Integer startcol, Integer width, Integer height)
|
||||
void win_pos(Integer grid, Integer win, Integer startrow,
|
||||
Integer startcol, Integer width, Integer height)
|
||||
FUNC_API_SINCE(5) FUNC_API_REMOTE_ONLY;
|
||||
void win_hide(Integer win, Integer grid)
|
||||
void win_hide(Integer grid)
|
||||
FUNC_API_SINCE(5) FUNC_API_REMOTE_ONLY;
|
||||
void win_scroll_over_start(void)
|
||||
FUNC_API_SINCE(5) FUNC_API_REMOTE_ONLY;
|
||||
|
Reference in New Issue
Block a user