ENABLE_LINE_INPUT top-level constant

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

const ENABLE_LINE_INPUT = 0x0002;