aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/tty.h
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-12-30 23:54:23 +0100
committerGitHub <noreply@github.com>2018-12-30 23:54:23 +0100
commit725da1feeb9a1e2c76533ef2df5e86b1b972c78b (patch)
tree3e4420a8a3f90c05f80c0e3dd7b42c773c0b63c1 /src/nvim/os/tty.h
parent92806827a9f22828cdfd3573f6cf2c827808e641 (diff)
parent5749ecaf228f4a963a4e96ada831f902c73a1e80 (diff)
downloadrneovim-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.h7
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