aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2017-04-29 14:27:22 +0200
committerBjörn Linse <bjorn.linse@gmail.com>2017-05-10 16:14:12 +0200
commit4eb781ce1d8d5796bb5c2db96c48152021165b50 (patch)
tree261bf07a760e4237073a3ad19161a676e765f360 /src/nvim/api
parent489d10c57c68183c042fd582e6c8eadbb0efc5a7 (diff)
downloadrneovim-4eb781ce1d8d5796bb5c2db96c48152021165b50.tar.gz
rneovim-4eb781ce1d8d5796bb5c2db96c48152021165b50.tar.bz2
rneovim-4eb781ce1d8d5796bb5c2db96c48152021165b50.zip
api: use generated events for popupmenu and tabline
Diffstat (limited to 'src/nvim/api')
-rw-r--r--src/nvim/api/ui_events.in.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/api/ui_events.in.h b/src/nvim/api/ui_events.in.h
index e1ff3dfc9d..39d508452c 100644
--- a/src/nvim/api/ui_events.in.h
+++ b/src/nvim/api/ui_events.in.h
@@ -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