ENABLE_VIRTUAL_TERMINAL_PROCESSING top-level constant

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

const ENABLE_VIRTUAL_TERMINAL_PROCESSING = 0x0004;