Files
neovim/src/nvim/os/tty.h
Justin M. Keyes 31a508cf6c refactor: Extract os_tty_guess_term()
- Also remove feature-detection of uv_set_vterm_state(): instead, on
  Windows we always require libuv to have that function.
2018-12-30 19:57:50 +01:00

8 lines
148 B
C

#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