mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
Small fix for the patch special char patch earlier.
svn path=/trunk/; revision=20725
This commit is contained in:
@@ -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)))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user