aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/input.h
blob: 6f25efdc7b810c97aa762e93ae8e165cd3878416 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef NVIM_OS_INPUT_H
#define NVIM_OS_INPUT_H

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

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

EXTERN bool used_stdin INIT(= false);

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