feat(ui): implement ui_client event handlers

This commit is contained in:
hlpr98
2022-03-12 21:08:29 +01:00
committed by bfredl
parent aa35d15a0d
commit 794d2744f3
8 changed files with 187 additions and 4 deletions

View File

@@ -3,7 +3,11 @@
#include "nvim/api/private/defs.h"
typedef void (*ApiRedrawWrapper)(Array args);
#ifdef INCLUDE_GENERATED_DECLARATIONS
#include "ui_client.h.generated.h"
#include "ui_events_redraw.h.generated.h"
#endif
#endif // NVIM_UI_CLIENT_H