mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 10:56:31 +00:00
msgpack-rpc: Add remote_ui module
The remote_ui module is an implementation of the UI layer, and it attaches UI instances that redirect redraw notifications to connected clients.
This commit is contained in:
9
src/nvim/msgpack_rpc/remote_ui.h
Normal file
9
src/nvim/msgpack_rpc/remote_ui.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef NVIM_MSGPACK_RPC_REMOTE_UI_H
|
||||
#define NVIM_MSGPACK_RPC_REMOTE_UI_H
|
||||
|
||||
#include "nvim/ui.h"
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "msgpack_rpc/remote_ui.h.generated.h"
|
||||
#endif
|
||||
#endif // NVIM_MSGPACK_RPC_REMOTE_UI_H
|
Reference in New Issue
Block a user