diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2018-12-30 23:54:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-30 23:54:23 +0100 |
| commit | 725da1feeb9a1e2c76533ef2df5e86b1b972c78b (patch) | |
| tree | 3e4420a8a3f90c05f80c0e3dd7b42c773c0b63c1 /src/nvim/os/tty.h | |
| parent | 92806827a9f22828cdfd3573f6cf2c827808e641 (diff) | |
| parent | 5749ecaf228f4a963a4e96ada831f902c73a1e80 (diff) | |
| download | rneovim-725da1feeb9a1e2c76533ef2df5e86b1b972c78b.tar.gz rneovim-725da1feeb9a1e2c76533ef2df5e86b1b972c78b.tar.bz2 rneovim-725da1feeb9a1e2c76533ef2df5e86b1b972c78b.zip | |
Merge #9401 from justinmk/pr-win-erw7
Diffstat (limited to 'src/nvim/os/tty.h')
| -rw-r--r-- | src/nvim/os/tty.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/nvim/os/tty.h b/src/nvim/os/tty.h new file mode 100644 index 0000000000..d771e63768 --- /dev/null +++ b/src/nvim/os/tty.h @@ -0,0 +1,7 @@ +#ifndef NVIM_OS_TTY_H +#define NVIM_OS_TTY_H + +#ifdef INCLUDE_GENERATED_DECLARATIONS +# include "os/tty.h.generated.h" +#endif +#endif // NVIM_OS_TTY_H |