blob: 996496ee6016be0232d6398ec865d695b5ec9e73 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef NVIM_TUI_TUI_H
#define NVIM_TUI_TUI_H
#include "nvim/cursor_shape.h"
#include "nvim/ui.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "tui/tui.h.generated.h"
#endif
#endif // NVIM_TUI_TUI_H
|