// Bridge for communication between a UI thread and nvim core. // Used by the built-in TUI and libnvim-based UIs. #ifndef NVIM_UI_COMPOSITOR_H #define NVIM_UI_COMPOSITOR_H #include "nvim/ui.h" #include "nvim/event/defs.h" #ifdef INCLUDE_GENERATED_DECLARATIONS # include "ui_compositor.h.generated.h" #endif #endif // NVIM_UI_COMPOSITOR_H