aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/os_win_console.h
blob: 7b5800afa8324d01c42ae003220efbcda110440e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef NVIM_OS_OS_WIN_CONSOLE_H
#define NVIM_OS_OS_WIN_CONSOLE_H

#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "os/os_win_console.h.generated.h"
#endif

#ifndef ENABLE_VIRTUAL_TERMINAL_INPUT
# define ENABLE_VIRTUAL_TERMINAL_INPUT 0x0200
#endif

#endif  // NVIM_OS_OS_WIN_CONSOLE_H