blob: 039c722d253f79a55cf3f7ee8e275a1c8c7d0fa6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#pragma once
#include <unibilium.h> // IWYU pragma: keep
#include "nvim/api/private/defs.h" // IWYU pragma: keep
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "tui/terminfo.h.generated.h"
#endif
|