ENABLE_VIRTUAL_TERMINAL_PROCESSING top-level constant

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

When writing with WriteFile or WriteConsole, characters are parsed for VT100 and similar control character sequences that control cursor movement, color/font mode, and other operations that can also be performed via the existing Console APIs. For more information, see Console Virtual Terminal Sequences.

Implementation

@Deprecated('Use CONSOLE_MODE.ENABLE_VIRTUAL_TERMINAL_PROCESSING instead')
const ENABLE_VIRTUAL_TERMINAL_PROCESSING = 0x0004;