aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/input.h
blob: 113dbbb8d510f5146580865eb4afe76b4de2a78c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

#include <stdbool.h>
#include <stdint.h>

#include "nvim/api/private/defs.h"
#include "nvim/event/multiqueue.h"
#include "nvim/macros.h"

EXTERN bool used_stdin INIT( = false);

#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "os/input.h.generated.h"
#endif