ENABLE_PROCESSED_OUTPUT top-level constant
Characters written by the WriteFile or WriteConsole function or echoed by the ReadFile or ReadConsole function are examined for ASCII control sequences and the correct action is performed. Backspace, tab, bell, carriage return, and line feed characters are processed.
Implementation
@Deprecated('Use CONSOLE_MODE.ENABLE_PROCESSED_OUTPUT instead')
const ENABLE_PROCESSED_OUTPUT = 0x0001;