DISABLE_NEWLINE_AUTO_RETURN top-level constant

  1. @Deprecated('Use CONSOLE_MODE.DISABLE_NEWLINE_AUTO_RETURN instead')
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

@Deprecated('Use CONSOLE_MODE.DISABLE_NEWLINE_AUTO_RETURN instead')
const DISABLE_NEWLINE_AUTO_RETURN = 0x0008;