mirror of
https://github.com/neovim/neovim.git
synced 2026-08-28 18:11:47 +00:00
multigrid: Add win_position event
Throttle win_position events
This commit is contained in:
committed by
Björn Linse
parent
01555de2da
commit
d5754eae02
@@ -83,6 +83,9 @@ void grid_scroll(Integer grid, Integer top, Integer bot,
|
||||
FUNC_API_SINCE(5) FUNC_API_REMOTE_IMPL;
|
||||
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)
|
||||
FUNC_API_SINCE(4) FUNC_API_REMOTE_ONLY;
|
||||
|
||||
void popupmenu_show(Array items, Integer selected, Integer row, Integer col)
|
||||
FUNC_API_SINCE(3) FUNC_API_REMOTE_ONLY;
|
||||
|
||||
Reference in New Issue
Block a user