DISABLE_NEWLINE_AUTO_RETURN top-level constant

int const DISABLE_NEWLINE_AUTO_RETURN

When writing with WriteFile or WriteConsole, this adds an additional state to end-of-line wrapping that can delay the cursor move and buffer scroll operations.

Implementation

const DISABLE_NEWLINE_AUTO_RETURN = 0x0008;