api/ui: verify compatibility of UI events

This commit is contained in:
Björn Linse
2018-10-21 13:30:15 +02:00
parent 1cf50cbfd9
commit bcab880bb6
2 changed files with 61 additions and 11 deletions

View File

@@ -66,7 +66,7 @@ void scroll(Integer count)
// Second revison of the grid protocol, used with ext_linegrid ui option
void default_colors_set(Integer rgb_fg, Integer rgb_bg, Integer rgb_sp,
Integer cterm_fg, Integer cterm_bg)
FUNC_API_SINCE(5) FUNC_API_REMOTE_IMPL;
FUNC_API_SINCE(4) FUNC_API_REMOTE_IMPL;
void hl_attr_define(Integer id, HlAttrs rgb_attrs, HlAttrs cterm_attrs,
Array info)
FUNC_API_SINCE(5) FUNC_API_REMOTE_IMPL FUNC_API_BRIDGE_IMPL;