tui: handle termguicolors rgb value in bridge for now

When/if TUI/bridge teardown is refactored to use events, this
commit can be reverted.
This commit is contained in:
Björn Linse
2018-06-02 15:33:15 +02:00
parent 5be3865ce7
commit b8331e1a1c
3 changed files with 26 additions and 10 deletions

View File

@@ -62,7 +62,7 @@ void set_title(String title)
void set_icon(String icon)
FUNC_API_SINCE(3);
void option_set(String name, Object value)
FUNC_API_SINCE(4);
FUNC_API_SINCE(4) FUNC_API_BRIDGE_IMPL;
void popupmenu_show(Array items, Integer selected, Integer row, Integer col)
FUNC_API_SINCE(3) FUNC_API_REMOTE_ONLY;