Small fix for the patch special char patch earlier.
Modified: trunk/reactos/subsys/system/cmd/cmdinput.c
_____
Modified: trunk/reactos/subsys/system/cmd/cmdinput.c
--- trunk/reactos/subsys/system/cmd/cmdinput.c 2006-01-08 19:50:52 UTC
(rev 20724)
+++ trunk/reactos/subsys/system/cmd/cmdinput.c 2006-01-08 20:02:26 UTC
(rev 20725)
@@ -415,6 +415,7 @@
case _T('M'):
case _T('C'):
/* ^M does the same as return */
+ bCharInput = TRUE;
if(!(ir.Event.KeyEvent.dwControlKeyState &
(RIGHT_CTRL_PRESSED|LEFT_CTRL_PRESSED)))
{