mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
feat(tui): add nvim_ui_send (#35406)
This function allows the Nvim core to write arbitrary data to a TTY connected to a UI's stdout.
This commit is contained in:
@@ -46,6 +46,8 @@ void chdir(String path)
|
||||
// Stop event is not exported as such, represented by EOF in the msgpack stream.
|
||||
void stop(void)
|
||||
FUNC_API_NOEXPORT;
|
||||
void ui_send(String content)
|
||||
FUNC_API_SINCE(14) FUNC_API_REMOTE_IMPL;
|
||||
|
||||
// First revision of the grid protocol, used by default
|
||||
void update_fg(Integer fg)
|
||||
|
Reference in New Issue
Block a user