api: use generated events for popupmenu and tabline

This commit is contained in:
Björn Linse
2017-04-29 14:27:22 +02:00
parent 489d10c57c
commit 4eb781ce1d
3 changed files with 5 additions and 15 deletions

View File

@@ -38,5 +38,6 @@ void set_icon(String icon);
void popupmenu_show(Array items, Integer selected, Integer row, Integer col) REMOTE_ONLY;
void popupmenu_hide(void) REMOTE_ONLY;
void popupmenu_select(Integer selected) REMOTE_ONLY;
void tabline_update(Tabpage current, Array tabs) REMOTE_ONLY;
#endif // NVIM_API_UI_EVENTS_IN_H