neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

terminfo.h (201B)


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