mirror of
https://github.com/neovim/neovim.git
synced 2026-06-15 08:13:45 +00:00
- Also remove feature-detection of uv_set_vterm_state(): instead, on Windows we always require libuv to have that function.
8 lines
148 B
C
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
|