neovim

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

input.h (291B)


      1 #pragma once
      2 
      3 #include <stdbool.h>
      4 #include <stdint.h>  // IWYU pragma: keep
      5 
      6 #include "nvim/api/private/defs.h"  // IWYU pragma: keep
      7 #include "nvim/event/defs.h"  // IWYU pragma: keep
      8 #include "nvim/macros_defs.h"
      9 
     10 EXTERN bool used_stdin INIT( = false);
     11 
     12 #include "os/input.h.generated.h"