Small fix for the patch special char patch earlier.
[reactos.git] / reactos / subsys / system / cmd / cmdinput.c
index ce987c6..2bb36e3 100644 (file)
@@ -415,6 +415,7 @@ VOID ReadCommand (LPTSTR str, INT maxlen)
             case _T('M'):
             case _T('C'):
                 /* ^M does the same as return */
             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)))
                 {
                 if(!(ir.Event.KeyEvent.dwControlKeyState &
                    (RIGHT_CTRL_PRESSED|LEFT_CTRL_PRESSED)))
                 {