ENABLE_INSERT_MODE top-level constant

int const ENABLE_INSERT_MODE

When enabled, text entered in a console window will be inserted at the current cursor location and all text following that location will not be overwritten. When disabled, all following text will be overwritten.

To enable this mode, use ENABLE_INSERT_MODE | ENABLE_EXTENDED_FLAGS. To disable this mode, use ENABLE_EXTENDED_FLAGS without this flag.

Implementation

const ENABLE_INSERT_MODE = 0x0020;