ENABLE_VIRTUAL_TERMINAL_INPUT top-level constant

  1. @Deprecated('Use CONSOLE_MODE.ENABLE_VIRTUAL_TERMINAL_INPUT instead')
int const ENABLE_VIRTUAL_TERMINAL_INPUT

Setting this flag directs the Virtual Terminal processing engine to convert user input received by the console window into Console Virtual Terminal Sequences that can be retrieved by a supporting application through ReadFile or ReadConsole functions.

The typical usage of this flag is intended in conjunction with ENABLE_VIRTUAL_TERMINAL_PROCESSING on the output handle to connect to an application that communicates exclusively via virtual terminal sequences.

Implementation

@Deprecated('Use CONSOLE_MODE.ENABLE_VIRTUAL_TERMINAL_INPUT instead')
const ENABLE_VIRTUAL_TERMINAL_INPUT = 0x0200;