ENABLE_LINE_INPUT top-level constant

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

The ReadFile or ReadConsole function returns only when a carriage return character is read. If this mode is disabled, the functions return when one or more characters are available.

Implementation

@Deprecated('Use CONSOLE_MODE.ENABLE_LINE_INPUT instead')
const ENABLE_LINE_INPUT = 0x0002;