blob: 0ea429600a8cf0d96ecabbe2b50bf254ecbc6704 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#pragma once
#include "nvim/api/private/defs.h" // IWYU pragma: keep
#include "nvim/tui/terminfo_defs.h"
typedef struct {
long num;
char *string;
} TPVAR;
#include "tui/terminfo.h.generated.h"
|