mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 10:56:31 +00:00

The remote_ui module is an implementation of the UI layer, and it attaches UI instances that redirect redraw notifications to connected clients.
10 lines
230 B
C
10 lines
230 B
C
#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
|