Neovim Home
src
nvim
os
os_win_console.h
Go to the documentation of this file.
1
#ifndef NVIM_OS_OS_WIN_CONSOLE_H
2
#define NVIM_OS_OS_WIN_CONSOLE_H
3
4
#ifdef INCLUDE_GENERATED_DECLARATIONS
5
# include "os/os_win_console.h.generated.h"
6
#endif
7
8
#ifndef ENABLE_VIRTUAL_TERMINAL_INPUT
9
# define ENABLE_VIRTUAL_TERMINAL_INPUT 0x0200
10
#endif
11
12
#endif // NVIM_OS_OS_WIN_CONSOLE_H