ENABLE_LINE_INPUT top-level constant Null safety
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;