Small fix for the patch special char patch earlier.

svn path=/trunk/; revision=20725
This commit is contained in:
Brandon Turner
2006-01-08 20:02:26 +00:00
parent 81b68f28dc
commit b191c63dd2
+1
View File
@@ -415,6 +415,7 @@ VOID ReadCommand (LPTSTR str, INT maxlen)
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)))
{