neovim

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

tui.h (204B)


      1 #pragma once
      2 
      3 #include "nvim/highlight_defs.h"  // IWYU pragma: keep
      4 #include "nvim/tui/tui_defs.h"  // IWYU pragma: keep
      5 #include "nvim/ui_defs.h"  // IWYU pragma: keep
      6 
      7 #include "tui/tui.h.generated.h"