blob: b3780db532400d6a583f645eb7a2e13d33fcc0d3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
// 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
|