mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 21:48:35 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user