Changeset 22050 for trunk/src/kernel32/console.cpp
- Timestamp:
- Dec 28, 2012, 12:05:38 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/console.cpp
r22049 r22050 392 392 /* standard console input modes */ 393 393 ConsoleInput.dwConsoleMode = ENABLE_LINE_INPUT | 394 ENABLE_PROCESSED_INPUT; 395 /* @@@PH ENABLE_ECHO_INPUT || ENABLE_MOUSE_INPUT; */ 394 ENABLE_PROCESSED_INPUT | 395 ENABLE_ECHO_INPUT | 396 ENABLE_MOUSE_INPUT; 396 397 397 398 ConsoleGlobals.hConsoleBufferDefault = INVALID_HANDLE_VALUE;
Note:
See TracChangeset
for help on using the changeset viewer.