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:
Thiago de Arruda
2014-12-08 22:31:35 -03:00
parent 86542c6fd0
commit f8c3a14dc3
3 changed files with 305 additions and 0 deletions

View 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